Html Css Color HEX #33026C Persian Indigo

📋 copy color: '#33026C'

red 51 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #33026C

Tints of Persian Indigo #33026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 31.68%
G = 1.24%
B = 67.08%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33026C (or 0x33026C) is known color: Persian Indigo. HEX triplet: 33, 02 and 6C. RGB value is (51,2,108). Sum of RGB (Red+Green+Blue) = 51+2+108=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 2 (1.17% from 255 or 1.24% 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 #33026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33026C is #CCFD93. Grayscale: #1C1C1C. Windows color (decimal): -13434260 or 7078451. OLE color: 7078451.

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

Color convert

RGB 51 2 108 -
CMYK 0.53 0.98 0 0.58
HSL 267.74º 0.96% 0.22% -
HSV(B) 267.74º 0.98% 0.42% -
XYZ 4.09 1.83 14.32 -
YUV 28.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 51 2 108 0.53 0.98 0 0.58 267.74 0.96 0.22
Hex 33 2 6C 35 62 0 3A 10C 60 16
Octal 63 2 154 65 142 0 72 414 140 26
Binary 110011 10 1101100 110101 1100010 0 111010 100001100 1100000 10110

Color Harmonies of #33026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33026C

Black with #33026C

Text Example


Text Example

White with #33026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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