Html Css Color HEX #32106D Persian Indigo

📋 copy color: '#32106D'

red 50 ◦ green 16 ◦ blue 109

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

Shades of Persian Indigo #32106D

Tints of Persian Indigo #32106D

RGB

 RED value IS 50 (19.92% from 255) = 28.57%

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

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

R = 28.57%
G = 9.14%
B = 62.29%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32106D (or 0x32106D) is known color: Persian Indigo. HEX triplet: 32, 10 and 6D. RGB value is (50,16,109). Sum of RGB (Red+Green+Blue) = 50+16+109=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #32106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32106D is #CDEF92. Grayscale: #242424. Windows color (decimal): -13496211 or 7147570. OLE color: 7147570.

HSL color Cylindrical-coordinate representation of color #32106D: hue angle of 261.94º degrees, saturation: 0.74, 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 #32106D is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 16 109 -
CMYK 0.54 0.85 0 0.57
HSL 261.94º 0.74% 0.25% -
HSV(B) 261.94º 0.85% 0.43% -
XYZ 4.26 2.15 14.66 -
YUV 36.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 50 16 109 0.54 0.85 0 0.57 261.94 0.74 0.25
Hex 32 10 6D 36 55 0 39 106 4A 19
Octal 62 20 155 66 125 0 71 406 112 31
Binary 110010 10000 1101101 110110 1010101 0 111001 100000110 1001010 11001

Color Harmonies of #32106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32106D

Black with #32106D

Text Example


Text Example

White with #32106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,16,109); }

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

background-color css

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

 a { background-color: rgb(50,16,109); }

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

border-color css

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

 span { border-color: rgb(50,16,109); }

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