Html Css Color HEX #25116E Persian Indigo

📋 copy color: '#25116E'

red 37 ◦ green 17 ◦ blue 110

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

Shades of Persian Indigo #25116E

Tints of Persian Indigo #25116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

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

R = 22.56%
G = 10.37%
B = 67.07%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25116E (or 0x25116E) is known color: Persian Indigo. HEX triplet: 25, 11 and 6E. RGB value is (37,17,110). Sum of RGB (Red+Green+Blue) = 37+17+110=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #25116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25116E is #DAEE91. Grayscale: #212121. Windows color (decimal): -14347922 or 7213349. OLE color: 7213349.

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

Color convert

RGB 37 17 110 -
CMYK 0.66 0.85 0 0.57
HSL 252.9º 0.73% 0.25% -
HSV(B) 252.9º 0.85% 0.43% -
XYZ 3.78 1.92 14.92 -
YUV 33.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 37 17 110 0.66 0.85 0 0.57 252.9 0.73 0.25
Hex 25 11 6E 42 55 0 39 FD 49 19
Octal 45 21 156 102 125 0 71 375 111 31
Binary 100101 10001 1101110 1000010 1010101 0 111001 11111101 1001001 11001

Color Harmonies of #25116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25116E

Black with #25116E

Text Example


Text Example

White with #25116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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