#25076f

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

Shades of Persian Indigo #25076F

Tints of Persian Indigo #25076F

Color information

#25076F (or 0x25076F) is unknown color: approx Persian Indigo. HEX triplet: 25, 07 and 6F. RGB value is (37,7,111). Sum of RGB (Red+Green+Blue) = 37+7+111=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #25076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25076F is #DAF890. Grayscale: #1B1B1B. Windows color (decimal): -14350481 or 7276325. OLE color: 7276325.

HSL color Cylindrical-coordinate representation of color #25076F: hue angle of 257.31º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25076F is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB377111-
CMYK0.670.9400.56
HSL257.31º88.14%23.14%-
HSV(B)257.31º93.69%43.53%-
XYZ3.711.6915.17-
YUV27.83174.94134.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 111 (43.75% from 255) = 71.61%
R=23.87%
G=4.52%
B=71.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3771110.670.9400.56257.3188.1423.14
Hex2576F435E0381015817
Octal45715710313607040113027
Binary1001011111101111100001110111100111000100000001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25076f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25076f; }

 p { color: rgb(37,7,111); }

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

<style>
 a { background-color: #25076f; }

 a { background-color: rgb(37,7,111); }

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

<style>
 span { border-color: #25076f; }

 span { border-color: rgb(37,7,111); }

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