Html Css Color HEX #33036C Persian Indigo

📋 copy color: '#33036C'

red 51 ◦ green 3 ◦ blue 108

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

Shades of Persian Indigo #33036C

Tints of Persian Indigo #33036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 31.48%
G = 1.85%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33036C (or 0x33036C) is known color: Persian Indigo. HEX triplet: 33, 03 and 6C. RGB value is (51,3,108). Sum of RGB (Red+Green+Blue) = 51+3+108=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 3 (1.56% from 255 or 1.85% 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 #33036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33036C is #CCFC93. Grayscale: #1C1C1C. Windows color (decimal): -13434004 or 7078707. OLE color: 7078707.

HSL color Cylindrical-coordinate representation of color #33036C: hue angle of 267.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33036C is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 3 108 -
CMYK 0.53 0.97 0 0.58
HSL 267.43º 0.95% 0.22% -
HSV(B) 267.43º 0.97% 0.42% -
XYZ 4.1 1.85 14.33 -
YUV 29.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 51 3 108 0.53 0.97 0 0.58 267.43 0.95 0.22
Hex 33 3 6C 35 61 0 3A 10B 5F 16
Octal 63 3 154 65 141 0 72 413 137 26
Binary 110011 11 1101100 110101 1100001 0 111010 100001011 1011111 10110

Color Harmonies of #33036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33036C

Black with #33036C

Text Example


Text Example

White with #33036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,3,108); }

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

background-color css

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

 a { background-color: rgb(51,3,108); }

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

border-color css

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

 span { border-color: rgb(51,3,108); }

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