#250677

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

Shades of Persian Indigo #250677

Tints of Persian Indigo #250677

Color information

#250677 (or 0x250677) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 77. RGB value is (37,6,119). Sum of RGB (Red+Green+Blue) = 37+6+119=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #250677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250677 is #DAF988. Grayscale: #1B1B1B. Windows color (decimal): -14350729 or 7800357. OLE color: 7800357.

HSL color Cylindrical-coordinate representation of color #250677: hue angle of 256.46º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250677 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB376119-
CMYK0.690.9500.53
HSL256.46º90.4%24.51%-
HSV(B)256.46º94.96%46.67%-
XYZ4.161.8617.59-
YUV28.15179.27134.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 119 (46.88% from 255) = 73.46%
R=22.84%
G=3.70%
B=73.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3761190.690.9500.53256.4690.424.51
Hex25677455F0351005a19
Octal45616710513706540013231
Binary1001011101110111100010110111110110101100000000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250677; }

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

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

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

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

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

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

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

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