Html Css Color HEX #25106C Persian Indigo

📋 copy color: '#25106C'

red 37 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #25106C

Tints of Persian Indigo #25106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 22.98%
G = 9.94%
B = 67.08%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25106C (or 0x25106C) is known color: Persian Indigo. HEX triplet: 25, 10 and 6C. RGB value is (37,16,108). Sum of RGB (Red+Green+Blue) = 37+16+108=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #25106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25106C is #DAEF93. Grayscale: #202020. Windows color (decimal): -14348180 or 7082021. OLE color: 7082021.

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

Color convert

RGB 37 16 108 -
CMYK 0.66 0.85 0 0.58
HSL 253.7º 0.74% 0.24% -
HSV(B) 253.7º 0.85% 0.42% -
XYZ 3.66 1.85 14.35 -
YUV 32.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 37 16 108 0.66 0.85 0 0.58 253.7 0.74 0.24
Hex 25 10 6C 42 55 0 3A FE 4A 18
Octal 45 20 154 102 125 0 72 376 112 30
Binary 100101 10000 1101100 1000010 1010101 0 111010 11111110 1001010 11000

Color Harmonies of #25106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25106C

Black with #25106C

Text Example


Text Example

White with #25106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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