#25016A

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

Shades of Persian Indigo #25016A

Tints of Persian Indigo #25016A

Color information

#25016A (or 0x25016A) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 6A. RGB value is (37,1,106). Sum of RGB (Red+Green+Blue) = 37+1+106=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #25016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25016A is #DAFE95. Grayscale: #171717. Windows color (decimal): -14352022 or 6947109. OLE color: 6947109.

HSL color Cylindrical-coordinate representation of color #25016A: hue angle of 260.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25016A is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB371106-
CMYK0.650.9900.58
HSL260.57º98.13%20.98%-
HSV(B)260.57º99.06%41.57%-
XYZ3.381.4613.74-
YUV23.73174.43137.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 106 (41.80% from 255) = 73.61%
R=25.69%
G=0.69%
B=73.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3711060.650.9900.58260.5798.1320.98
Hex2516A416303A1056215
Octal45115210114307240514225
Binary10010111101010100000111000110111010100000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,1,106); }

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

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

 a { background-color: rgb(37,1,106); }

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

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

 span { border-color: rgb(37,1,106); }

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