#250C66

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

Shades of Persian Indigo #250C66

Tints of Persian Indigo #250C66

Color information

#250C66 (or 0x250C66) is unknown color: approx Persian Indigo. HEX triplet: 25, 0C and 66. RGB value is (37,12,102). Sum of RGB (Red+Green+Blue) = 37+12+102=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #250C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C66 is #DAF399. Grayscale: #1D1D1D. Windows color (decimal): -14349210 or 6687781. OLE color: 6687781.

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

Color convert

RGB3712102-
CMYK0.640.8800.6
HSL256.67º78.95%22.35%-
HSV(B)256.67º88.24%40%-
XYZ3.291.6212.71-
YUV29.74168.78133.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 102 (40.23% from 255) = 67.55%
R=24.50%
G=7.95%
B=67.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37121020.640.8800.6256.6778.9522.35
Hex25C66405803C1014f16
Octal451414610013007440111726
Binary10010111001100110100000010110000111100100000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,12,102); }

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

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

 a { background-color: rgb(37,12,102); }

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

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

 span { border-color: rgb(37,12,102); }

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