#250D6B

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

Shades of Persian Indigo #250D6B

Tints of Persian Indigo #250D6B

Color information

#250D6B (or 0x250D6B) is unknown color: approx Persian Indigo. HEX triplet: 25, 0D and 6B. RGB value is (37,13,107). Sum of RGB (Red+Green+Blue) = 37+13+107=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #250D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D6B is #DAF294. Grayscale: #1E1E1E. Windows color (decimal): -14348949 or 7015717. OLE color: 7015717.

HSL color Cylindrical-coordinate representation of color #250D6B: hue angle of 255.32º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250D6B is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3713107-
CMYK0.650.8800.58
HSL255.32º78.33%23.53%-
HSV(B)255.32º87.85%41.96%-
XYZ3.561.7414.06-
YUV30.89170.95132.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=23.57%
G=8.28%
B=68.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37131070.650.8800.58255.3278.3323.53
Hex25D6B415803Aff4e18
Octal451515310113007237711630
Binary1001011101110101110000011011000011101011111111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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