Html Css Color HEX #33108D Persian Indigo

📋 copy color: '#33108D'

red 51 ◦ green 16 ◦ blue 141

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

Shades of Persian Indigo #33108D

Tints of Persian Indigo #33108D

RGB

 RED value IS 51 (20.31% from 255) = 24.52%

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

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 24.52%
G = 7.69%
B = 67.79%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33108D (or 0x33108D) is known color: Persian Indigo. HEX triplet: 33, 10 and 8D. RGB value is (51,16,141). Sum of RGB (Red+Green+Blue) = 51+16+141=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #33108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33108D is #CCEF72. Grayscale: #282828. Windows color (decimal): -13430643 or 9244723. OLE color: 9244723.

HSL color Cylindrical-coordinate representation of color #33108D: hue angle of 256.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33108D is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 16 141 -
CMYK 0.64 0.89 0 0.45
HSL 256.8º 0.8% 0.31% -
HSV(B) 256.8º 0.89% 0.55% -
XYZ 6.36 3 25.44 -
YUV 40.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 51 16 141 0.64 0.89 0 0.45 256.8 0.8 0.31
Hex 33 10 8D 40 59 0 2D 101 50 1F
Octal 63 20 215 100 131 0 55 401 120 37
Binary 110011 10000 10001101 1000000 1011001 0 101101 100000001 1010000 11111

Color Harmonies of #33108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33108D

Black with #33108D

Text Example


Text Example

White with #33108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,16,141); }

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

background-color css

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

 a { background-color: rgb(51,16,141); }

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

border-color css

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

 span { border-color: rgb(51,16,141); }

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