#25057C

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

Shades of Persian Indigo #25057C

Tints of Persian Indigo #25057C

Color information

#25057C (or 0x25057C) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 7C. RGB value is (37,5,124). Sum of RGB (Red+Green+Blue) = 37+5+124=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #25057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25057C is #DAFA83. Grayscale: #1B1B1B. Windows color (decimal): -14350980 or 8127781. OLE color: 8127781.

HSL color Cylindrical-coordinate representation of color #25057C: hue angle of 256.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25057C is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB375124-
CMYK0.700.9600.51
HSL256.13º92.25%25.29%-
HSV(B)256.13º95.97%48.63%-
XYZ4.461.9619.21-
YUV28.13182.1134.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 124 (48.83% from 255) = 74.70%
R=22.29%
G=3.01%
B=74.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3751240.700.9600.51256.1392.2525.29
Hex2557C46600331005c19
Octal45517410614006340013431
Binary1001011011111100100011011000000110011100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,5,124); }

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

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

 a { background-color: rgb(37,5,124); }

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

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

 span { border-color: rgb(37,5,124); }

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