Html Css Color HEX #25116F Persian Indigo

📋 copy color: '#25116F'

red 37 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #25116F

Tints of Persian Indigo #25116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.27%

R = 22.42%
G = 10.3%
B = 67.27%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25116F (or 0x25116F) is known color: Persian Indigo. HEX triplet: 25, 11 and 6F. RGB value is (37,17,111). Sum of RGB (Red+Green+Blue) = 37+17+111=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #25116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25116F is #DAEE90. Grayscale: #212121. Windows color (decimal): -14347921 or 7278885. OLE color: 7278885.

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

Color convert

RGB 37 17 111 -
CMYK 0.67 0.85 0 0.56
HSL 252.77º 0.73% 0.25% -
HSV(B) 252.77º 0.85% 0.44% -
XYZ 3.83 1.94 15.21 -
YUV 33.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 37 17 111 0.67 0.85 0 0.56 252.77 0.73 0.25
Hex 25 11 6F 43 55 0 38 FD 49 19
Octal 45 21 157 103 125 0 70 375 111 31
Binary 100101 10001 1101111 1000011 1010101 0 111000 11111101 1001001 11001

Color Harmonies of #25116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25116F

Black with #25116F

Text Example


Text Example

White with #25116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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