#251064

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

Shades of Persian Indigo #251064

Tints of Persian Indigo #251064

Color information

#251064 (or 0x251064) is unknown color: approx Persian Indigo. HEX triplet: 25, 10 and 64. RGB value is (37,16,100). Sum of RGB (Red+Green+Blue) = 37+16+100=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #251064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251064 is #DAEF9B. Grayscale: #1F1F1F. Windows color (decimal): -14348188 or 6557733. OLE color: 6557733.

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

Color convert

RGB3716100-
CMYK0.630.8400.61
HSL255º72.41%22.75%-
HSV(B)255º84%39.22%-
XYZ3.251.6812.21-
YUV31.85166.46131.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 100 (39.45% from 255) = 65.36%
R=24.18%
G=10.46%
B=65.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37161000.630.8400.6125572.4122.75
Hex2510643F5403Dff4817
Octal45201447712407537711027
Binary1001011000011001001111111010100011110111111111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251064; }

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

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

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

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

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

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

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

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