#25046C

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

Shades of Persian Indigo #25046C

Tints of Persian Indigo #25046C

Color information

#25046C (or 0x25046C) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 6C. RGB value is (37,4,108). Sum of RGB (Red+Green+Blue) = 37+4+108=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #25046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25046C is #DAFB93. Grayscale: #191919. Windows color (decimal): -14351252 or 7078949. OLE color: 7078949.

HSL color Cylindrical-coordinate representation of color #25046C: hue angle of 259.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25046C is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB374108-
CMYK0.660.9600.58
HSL259.04º92.86%21.96%-
HSV(B)259.04º96.3%42.35%-
XYZ3.511.5614.3-
YUV25.72174.43136.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 108 (42.58% from 255) = 72.48%
R=24.83%
G=2.68%
B=72.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3741080.660.9600.58259.0492.8621.96
Hex2546C426003A1035d16
Octal45415410214007240313526
Binary1001011001101100100001011000000111010100000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25046C; }

 p { color: rgb(37,4,108); }

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

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

 a { background-color: rgb(37,4,108); }

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

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

 span { border-color: rgb(37,4,108); }

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