#25035D

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

Shades of Persian Indigo #25035D

Tints of Persian Indigo #25035D

Color information

#25035D (or 0x25035D) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 5D. RGB value is (37,3,93). Sum of RGB (Red+Green+Blue) = 37+3+93=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #25035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25035D is #DAFCA2. Grayscale: #171717. Windows color (decimal): -14351523 or 6095653. OLE color: 6095653.

HSL color Cylindrical-coordinate representation of color #25035D: hue angle of 262.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25035D is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB37393-
CMYK0.600.9700.64
HSL262.67º93.75%18.82%-
HSV(B)262.67º96.77%36.47%-
XYZ2.771.2510.45-
YUV23.43167.26137.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=27.82%
G=2.26%
B=69.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal373930.600.9700.64262.6793.7518.82
Hex2535D3C610401075e13
Octal45313574141010040713623
Binary100101111011101111100110000101000000100000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,3,93); }

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

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

 a { background-color: rgb(37,3,93); }

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

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

 span { border-color: rgb(37,3,93); }

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