#25026C

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

Shades of Persian Indigo #25026C

Tints of Persian Indigo #25026C

Color information

#25026C (or 0x25026C) is unknown color: approx Persian Indigo. HEX triplet: 25, 02 and 6C. RGB value is (37,2,108). Sum of RGB (Red+Green+Blue) = 37+2+108=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #25026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25026C is #DAFD93. Grayscale: #181818. Windows color (decimal): -14351764 or 7078437. OLE color: 7078437.

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

Color convert

RGB372108-
CMYK0.660.9800.58
HSL259.81º96.36%21.57%-
HSV(B)259.81º98.15%42.35%-
XYZ3.491.5214.3-
YUV24.55175.1136.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 108 (42.58% from 255) = 73.47%
R=25.17%
G=1.36%
B=73.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3721080.660.9800.58259.8196.3621.57
Hex2526C426203A1046016
Octal45215410214207240414026
Binary100101101101100100001011000100111010100000100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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