#250D6D

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

Shades of Persian Indigo #250D6D

Tints of Persian Indigo #250D6D

Color information

#250D6D (or 0x250D6D) is unknown color: approx Persian Indigo. HEX triplet: 25, 0D and 6D. RGB value is (37,13,109). Sum of RGB (Red+Green+Blue) = 37+13+109=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #250D6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D6D is #DAF292. Grayscale: #1E1E1E. Windows color (decimal): -14348947 or 7146789. OLE color: 7146789.

HSL color Cylindrical-coordinate representation of color #250D6D: hue angle of 255º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250D6D is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3713109-
CMYK0.660.8800.57
HSL255º78.69%23.92%-
HSV(B)255º88.07%42.75%-
XYZ3.671.7914.62-
YUV31.12171.95132.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 109 (42.97% from 255) = 68.55%
R=23.27%
G=8.18%
B=68.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37131090.660.8800.5725578.6923.92
Hex25D6D4258039ff4f18
Octal451515510213007137711730
Binary1001011101110110110000101011000011100111111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,13,109); }

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

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

 a { background-color: rgb(37,13,109); }

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

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

 span { border-color: rgb(37,13,109); }

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