Html Css Color HEX #33108E Persian Indigo

📋 copy color: '#33108E'

red 51 ◦ green 16 ◦ blue 142

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

Shades of Persian Indigo #33108E

Tints of Persian Indigo #33108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 67.94%

R = 24.4%
G = 7.66%
B = 67.94%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33108E (or 0x33108E) is known color: Persian Indigo. HEX triplet: 33, 10 and 8E. RGB value is (51,16,142). Sum of RGB (Red+Green+Blue) = 51+16+142=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #33108E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33108E is #CCEF71. Grayscale: #282828. Windows color (decimal): -13430642 or 9310259. OLE color: 9310259.

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

Color convert

RGB 51 16 142 -
CMYK 0.64 0.89 0 0.44
HSL 256.67º 0.8% 0.31% -
HSV(B) 256.67º 0.89% 0.56% -
XYZ 6.43 3.03 25.84 -
YUV 40.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 51 16 142 0.64 0.89 0 0.44 256.67 0.8 0.31
Hex 33 10 8E 40 59 0 2C 101 50 1F
Octal 63 20 216 100 131 0 54 401 120 37
Binary 110011 10000 10001110 1000000 1011001 0 101100 100000001 1010000 11111

Color Harmonies of #33108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33108E

Black with #33108E

Text Example


Text Example

White with #33108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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