Html Css Color HEX #25036E Persian Indigo

📋 copy color: '#25036E'

red 37 ◦ green 3 ◦ blue 110

#25036E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #25036E

Tints of Persian Indigo #25036E

RGB

 RED value IS 37 (14.84% from 255) = 24.67%

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 110 (43.36% from 255) = 73.33%

R = 24.67%
G = 2%
B = 73.33%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25036E (or 0x25036E) is known color: Persian Indigo. HEX triplet: 25, 03 and 6E. RGB value is (37,3,110). Sum of RGB (Red+Green+Blue) = 37+3+110=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #25036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25036E is #DAFC91. Grayscale: #181818. Windows color (decimal): -14351506 or 7209765. OLE color: 7209765.

HSL color Cylindrical-coordinate representation of color #25036E: hue angle of 259.07º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25036E is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 3 110 -
CMYK 0.66 0.97 0 0.57
HSL 259.07º 0.95% 0.22% -
HSV(B) 259.07º 0.97% 0.43% -
XYZ 3.61 1.58 14.87 -
YUV 25.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 37 3 110 0.66 0.97 0 0.57 259.07 0.95 0.22
Hex 25 3 6E 42 61 0 39 103 5F 16
Octal 45 3 156 102 141 0 71 403 137 26
Binary 100101 11 1101110 1000010 1100001 0 111001 100000011 1011111 10110

Color Harmonies of #25036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25036E

Black with #25036E

Text Example


Text Example

White with #25036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25036E; }

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

 H1.HeaderClassName
 {
   color: #25036E;
 }
 .AnyTagClassName
 {
   color: #25036E;
 }
</style>

background-color css

<style>
 a { background-color: #25036E; }

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

 div.DivClassName
 {
   background-color: #25036E;
 }
 .BgClassName
 {
   background-color: #25036E;
 }
</style>

border-color css

<style>
 span { border-color: #25036E; }

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

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