#25047E

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

Shades of Persian Indigo #25047E

Tints of Persian Indigo #25047E

Color information

#25047E (or 0x25047E) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 7E. RGB value is (37,4,126). Sum of RGB (Red+Green+Blue) = 37+4+126=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 126 (49.61% from 255 or 75.45% from 167); Max value from RGB is 126 - color contains mainly: blue. Hex color #25047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25047E is #DAFB81. Grayscale: #1B1B1B. Windows color (decimal): -14351234 or 8258597. OLE color: 8258597.

HSL color Cylindrical-coordinate representation of color #25047E: hue angle of 256.23º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25047E is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB374126-
CMYK0.710.9700.51
HSL256.23º93.85%25.49%-
HSV(B)256.23º96.83%49.41%-
XYZ4.571.9919.88-
YUV27.78183.43134.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 126 (49.61% from 255) = 75.45%
R=22.16%
G=2.40%
B=75.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3741260.710.9700.51256.2393.8525.49
Hex2547E47610331005e19
Octal45417610714106340013631
Binary1001011001111110100011111000010110011100000000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25047E; }

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

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

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

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

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

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

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

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