#250966

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

Shades of Persian Indigo #250966

Tints of Persian Indigo #250966

Color information

#250966 (or 0x250966) is unknown color: approx Persian Indigo. HEX triplet: 25, 09 and 66. RGB value is (37,9,102). Sum of RGB (Red+Green+Blue) = 37+9+102=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #250966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250966 is #DAF699. Grayscale: #1B1B1B. Windows color (decimal): -14349978 or 6687013. OLE color: 6687013.

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

Color convert

RGB379102-
CMYK0.640.9100.6
HSL258.06º83.78%21.76%-
HSV(B)258.06º91.18%40%-
XYZ3.261.5512.7-
YUV27.97169.78134.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=25%
G=6.08%
B=68.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3791020.640.9100.6258.0683.7821.76
Hex25966405B03C1025416
Octal451114610013307440212426
Binary10010110011100110100000010110110111100100000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250966; }

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

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

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

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

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

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

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

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