#250B6D

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

Shades of Persian Indigo #250B6D

Tints of Persian Indigo #250B6D

Color information

#250B6D (or 0x250B6D) is unknown color: approx Persian Indigo. HEX triplet: 25, 0B and 6D. RGB value is (37,11,109). Sum of RGB (Red+Green+Blue) = 37+11+109=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #250B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B6D is #DAF492. Grayscale: #1D1D1D. Windows color (decimal): -14349459 or 7146277. OLE color: 7146277.

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

Color convert

RGB3711109-
CMYK0.660.9000.57
HSL255.92º81.67%23.53%-
HSV(B)255.92º89.91%42.75%-
XYZ3.641.7414.61-
YUV29.95172.61133.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 109 (42.97% from 255) = 69.43%
R=23.57%
G=7.01%
B=69.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37111090.660.9000.57255.9281.6723.53
Hex25B6D425A0391005218
Octal451315510213207140012230
Binary10010110111101101100001010110100111001100000000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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