Html Css Color HEX #33028E Persian Indigo

📋 copy color: '#33028E'

red 51 ◦ green 2 ◦ blue 142

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

Shades of Persian Indigo #33028E

Tints of Persian Indigo #33028E

RGB

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

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

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

R = 26.15%
G = 1.03%
B = 72.82%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33028E (or 0x33028E) is known color: Persian Indigo. HEX triplet: 33, 02 and 8E. RGB value is (51,2,142). Sum of RGB (Red+Green+Blue) = 51+2+142=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #33028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33028E is #CCFD71. Grayscale: #202020. Windows color (decimal): -13434226 or 9306675. OLE color: 9306675.

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

Color convert

RGB 51 2 142 -
CMYK 0.64 0.99 0 0.44
HSL 261º 0.97% 0.28% -
HSV(B) 261º 0.99% 0.56% -
XYZ 6.27 2.7 25.78 -
YUV 32.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 51 2 142 0.64 0.99 0 0.44 261 0.97 0.28
Hex 33 2 8E 40 63 0 2C 105 61 1C
Octal 63 2 216 100 143 0 54 405 141 34
Binary 110011 10 10001110 1000000 1100011 0 101100 100000101 1100001 11100

Color Harmonies of #33028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33028E

Black with #33028E

Text Example


Text Example

White with #33028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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