#250B61

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

Shades of Persian Indigo #250B61

Tints of Persian Indigo #250B61

Color information

#250B61 (or 0x250B61) is unknown color: approx Persian Indigo. HEX triplet: 25, 0B and 61. RGB value is (37,11,97). Sum of RGB (Red+Green+Blue) = 37+11+97=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #250B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B61 is #DAF49E. Grayscale: #1C1C1C. Windows color (decimal): -14349471 or 6359845. OLE color: 6359845.

HSL color Cylindrical-coordinate representation of color #250B61: hue angle of 258.14º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B61 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB371197-
CMYK0.620.8900.62
HSL258.14º79.63%21.18%-
HSV(B)258.14º88.66%38.04%-
XYZ3.041.511.44-
YUV28.58166.61134.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 97 (38.28% from 255) = 66.90%
R=25.52%
G=7.59%
B=66.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3711970.620.8900.62258.1479.6321.18
Hex25B613E5903E1025015
Octal45131417613107640212025
Binary1001011011110000111111010110010111110100000010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,97); }

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

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

 a { background-color: rgb(37,11,97); }

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

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

 span { border-color: rgb(37,11,97); }

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