Html Css Color HEX #25116D Persian Indigo

📋 copy color: '#25116D'

red 37 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #25116D

Tints of Persian Indigo #25116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.87%

R = 22.7%
G = 10.43%
B = 66.87%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25116D (or 0x25116D) is known color: Persian Indigo. HEX triplet: 25, 11 and 6D. RGB value is (37,17,109). Sum of RGB (Red+Green+Blue) = 37+17+109=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #25116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25116D is #DAEE92. Grayscale: #212121. Windows color (decimal): -14347923 or 7147813. OLE color: 7147813.

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

Color convert

RGB 37 17 109 -
CMYK 0.66 0.84 0 0.57
HSL 253.04º 0.73% 0.25% -
HSV(B) 253.04º 0.84% 0.43% -
XYZ 3.72 1.9 14.64 -
YUV 33.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 37 17 109 0.66 0.84 0 0.57 253.04 0.73 0.25
Hex 25 11 6D 42 54 0 39 FD 49 19
Octal 45 21 155 102 124 0 71 375 111 31
Binary 100101 10001 1101101 1000010 1010100 0 111001 11111101 1001001 11001

Color Harmonies of #25116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25116D

Black with #25116D

Text Example


Text Example

White with #25116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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