#250164

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

Shades of Persian Indigo #250164

Tints of Persian Indigo #250164

Color information

#250164 (or 0x250164) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 64. RGB value is (37,1,100). Sum of RGB (Red+Green+Blue) = 37+1+100=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #250164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250164 is #DAFE9B. Grayscale: #161616. Windows color (decimal): -14352028 or 6553893. OLE color: 6553893.

HSL color Cylindrical-coordinate representation of color #250164: hue angle of 261.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250164 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB371100-
CMYK0.630.9900.61
HSL261.82º98.02%19.8%-
HSV(B)261.82º99%39.22%-
XYZ3.071.3412.15-
YUV23.05171.43137.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 100 (39.45% from 255) = 72.46%
R=26.81%
G=0.72%
B=72.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3711000.630.9900.61261.8298.0219.8
Hex251643F6303D1066214
Octal4511447714307540614224
Binary1001011110010011111111000110111101100000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250164; }

 p { color: rgb(37,1,100); }

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

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

 a { background-color: rgb(37,1,100); }

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

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

 span { border-color: rgb(37,1,100); }

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