Html Css Color HEX #25116C Persian Indigo

📋 copy color: '#25116C'

red 37 ◦ green 17 ◦ blue 108

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

Shades of Persian Indigo #25116C

Tints of Persian Indigo #25116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.67%

R = 22.84%
G = 10.49%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25116C (or 0x25116C) is known color: Persian Indigo. HEX triplet: 25, 11 and 6C. RGB value is (37,17,108). Sum of RGB (Red+Green+Blue) = 37+17+108=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #25116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25116C is #DAEE93. Grayscale: #212121. Windows color (decimal): -14347924 or 7082277. OLE color: 7082277.

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

Color convert

RGB 37 17 108 -
CMYK 0.66 0.84 0 0.58
HSL 253.19º 0.73% 0.25% -
HSV(B) 253.19º 0.84% 0.42% -
XYZ 3.67 1.88 14.36 -
YUV 33.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 37 17 108 0.66 0.84 0 0.58 253.19 0.73 0.25
Hex 25 11 6C 42 54 0 3A FD 49 19
Octal 45 21 154 102 124 0 72 375 111 31
Binary 100101 10001 1101100 1000010 1010100 0 111010 11111101 1001001 11001

Color Harmonies of #25116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25116C

Black with #25116C

Text Example


Text Example

White with #25116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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