#25027A

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

Shades of Persian Indigo #25027A

Tints of Persian Indigo #25027A

Color information

#25027A (or 0x25027A) is unknown color: approx Persian Indigo. HEX triplet: 25, 02 and 7A. RGB value is (37,2,122). Sum of RGB (Red+Green+Blue) = 37+2+122=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #25027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25027A is #DAFD85. Grayscale: #191919. Windows color (decimal): -14351750 or 7995941. OLE color: 7995941.

HSL color Cylindrical-coordinate representation of color #25027A: hue angle of 257.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25027A is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB372122-
CMYK0.700.9800.52
HSL257.5º96.77%24.31%-
HSV(B)257.5º98.36%47.84%-
XYZ4.31.8418.54-
YUV26.14182.1135.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=22.98%
G=1.24%
B=75.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3721220.700.9800.52257.596.7724.31
Hex2527A46620341026118
Octal45217210614206440214130
Binary100101101111010100011011000100110100100000010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,2,122); }

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

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

 a { background-color: rgb(37,2,122); }

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

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

 span { border-color: rgb(37,2,122); }

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