#250875

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

Shades of Persian Indigo #250875

Tints of Persian Indigo #250875

Color information

#250875 (or 0x250875) is unknown color: approx Persian Indigo. HEX triplet: 25, 08 and 75. RGB value is (37,8,117). Sum of RGB (Red+Green+Blue) = 37+8+117=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #250875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250875 is #DAF78A. Grayscale: #1C1C1C. Windows color (decimal): -14350219 or 7669797. OLE color: 7669797.

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

Color convert

RGB378117-
CMYK0.680.9300.54
HSL255.96º87.2%24.51%-
HSV(B)255.96º93.16%45.88%-
XYZ4.061.8516.97-
YUV29.1177.61133.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 117 (46.09% from 255) = 72.22%
R=22.84%
G=4.94%
B=72.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3781170.680.9300.54255.9687.224.51
Hex25875445D0361005719
Octal451016510413506640012731
Binary10010110001110101100010010111010110110100000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250875; }

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

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

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

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

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

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

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

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