#250877

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

Shades of Persian Indigo #250877

Tints of Persian Indigo #250877

Color information

#250877 (or 0x250877) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 77. RGB value is (37,8,119). Sum of RGB (Red+Green+Blue) = 37+8+119=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #250877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250877 is #DAF788. Grayscale: #1C1C1C. Windows color (decimal): -14350217 or 7800869. OLE color: 7800869.

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

Color convert

RGB378119-
CMYK0.690.9300.53
HSL255.68º87.4%24.9%-
HSV(B)255.68º93.28%46.67%-
XYZ4.181.917.6-
YUV29.32178.61133.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=22.56%
G=4.88%
B=72.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3781190.690.9300.53255.6887.424.9
Hex25877455D0351005719
Octal451016710513506540012731
Binary10010110001110111100010110111010110101100000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250877; }

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

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

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

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

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

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

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

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