#250E77

Color #250E77 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #250E77

Tints of Persian Indigo #250E77

Color information

#250E77 (or 0x250E77) is unknown color: approx Persian Indigo. HEX triplet: 25, 0E and 77. RGB value is (37,14,119). Sum of RGB (Red+Green+Blue) = 37+14+119=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #250E77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E77 is #DAF188. Grayscale: #202020. Windows color (decimal): -14348681 or 7802405. OLE color: 7802405.

HSL color Cylindrical-coordinate representation of color #250E77: hue angle of 253.14º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250E77 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3714119-
CMYK0.690.8800.53
HSL253.14º78.95%26.08%-
HSV(B)253.14º88.24%46.67%-
XYZ4.252.0417.62-
YUV32.85176.62130.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 119 (46.88% from 255) = 70%
R=21.76%
G=8.24%
B=70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37141190.690.8800.53253.1478.9526.08
Hex25E774558035fd4f1a
Octal451616710513006537511732
Binary1001011110111011110001011011000011010111111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250E77; }

 p { color: rgb(37,14,119); }

 H1.HeaderClassName
 {
   color: #250E77;
 }
 .AnyTagClassName
 {
   color: #250E77;
 }
</style>
background-color css

<style>
 a { background-color: #250E77; }

 a { background-color: rgb(37,14,119); }

 div.DivClassName
 {
   background-color: #250E77;
 }
 .BgClassName
 {
   background-color: #250E77;
 }
</style>
border-color css

<style>
 span { border-color: #250E77; }

 span { border-color: rgb(37,14,119); }

 td.TdClassName
 {
   border-color: #250E77;
 }
 .TagClassName
 {
   border-color: #250E77;
 }
</style>