#250B67

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

Shades of Persian Indigo #250B67

Tints of Persian Indigo #250B67

Color information

#250B67 (or 0x250B67) is unknown color: approx Persian Indigo. HEX triplet: 25, 0B and 67. RGB value is (37,11,103). Sum of RGB (Red+Green+Blue) = 37+11+103=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 103 (40.62% from 255 or 68.21% from 151); Max value from RGB is 103 - color contains mainly: blue. Hex color #250B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B67 is #DAF498. Grayscale: #1C1C1C. Windows color (decimal): -14349465 or 6753061. OLE color: 6753061.

HSL color Cylindrical-coordinate representation of color #250B67: hue angle of 256.96º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250B67 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3711103-
CMYK0.640.8900.60
HSL256.96º80.7%22.35%-
HSV(B)256.96º89.32%40.39%-
XYZ3.331.6112.97-
YUV29.26169.61133.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 11 (4.69% from 255) = 7.28%
BLUE value IS 103 (40.62% from 255) = 68.21%
R=24.50%
G=7.28%
B=68.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37111030.640.8900.60256.9680.722.35
Hex25B67405903C1015116
Octal451314710013107440112126
Binary10010110111100111100000010110010111100100000001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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