#25066F

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

Shades of Persian Indigo #25066F

Tints of Persian Indigo #25066F

Color information

#25066F (or 0x25066F) is unknown color: approx Persian Indigo. HEX triplet: 25, 06 and 6F. RGB value is (37,6,111). Sum of RGB (Red+Green+Blue) = 37+6+111=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #25066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25066F is #DAF990. Grayscale: #1A1A1A. Windows color (decimal): -14350737 or 7276069. OLE color: 7276069.

HSL color Cylindrical-coordinate representation of color #25066F: hue angle of 257.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25066F is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB376111-
CMYK0.670.9500.56
HSL257.71º89.74%22.94%-
HSV(B)257.71º94.59%43.53%-
XYZ3.71.6715.17-
YUV27.24175.27134.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 111 (43.75% from 255) = 72.08%
R=24.03%
G=3.90%
B=72.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3761110.670.9500.56257.7189.7422.94
Hex2566F435F0381025a17
Octal45615710313707040213227
Binary1001011101101111100001110111110111000100000010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25066F; }

 p { color: rgb(37,6,111); }

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

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

 a { background-color: rgb(37,6,111); }

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

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

 span { border-color: rgb(37,6,111); }

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