#25048A

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

Shades of Persian Indigo #25048A

Tints of Persian Indigo #25048A

Color information

#25048A (or 0x25048A) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 8A. RGB value is (37,4,138). Sum of RGB (Red+Green+Blue) = 37+4+138=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #25048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25048A is #DAFB75. Grayscale: #1C1C1C. Windows color (decimal): -14351222 or 9045029. OLE color: 9045029.

HSL color Cylindrical-coordinate representation of color #25048A: hue angle of 254.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25048A is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB374138-
CMYK0.730.9700.46
HSL254.78º94.37%27.84%-
HSV(B)254.78º97.1%54.12%-
XYZ5.392.3224.21-
YUV29.14189.43133.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 138 (54.30% from 255) = 77.09%
R=20.67%
G=2.23%
B=77.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3741380.730.9700.46254.7894.3727.84
Hex2548A496102Eff5e1c
Octal45421211114105637713634
Binary1001011001000101010010011100001010111011111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25048A; }

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

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

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

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

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

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

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

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