#25006D

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

Shades of Persian Indigo #25006D

Tints of Persian Indigo #25006D

Color information

#25006D (or 0x25006D) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 6D. RGB value is (37,0,109). Sum of RGB (Red+Green+Blue) = 37+0+109=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #25006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25006D is #DAFF92. Grayscale: #171717. Windows color (decimal): -14352275 or 7143461. OLE color: 7143461.

HSL color Cylindrical-coordinate representation of color #25006D: hue angle of 260.37º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25006D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB370109-
CMYK0.66100.57
HSL260.37º100%21.37%-
HSV(B)260.37º100%42.75%-
XYZ3.521.514.57-
YUV23.49176.26137.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 74.66%
R=25.34%
G=0%
B=74.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3701090.66100.57260.3710021.37
Hex2506D42640391046415
Octal45015510214407140414425
Binary10010101101101100001011001000111001100000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25006D; }

 p { color: rgb(37,0,109); }

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

<style>
 a { background-color: #25006D; }

 a { background-color: rgb(37,0,109); }

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

<style>
 span { border-color: #25006D; }

 span { border-color: rgb(37,0,109); }

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