Html Css Color HEX #33028D Persian Indigo

📋 copy color: '#33028D'

red 51 ◦ green 2 ◦ blue 141

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

Shades of Persian Indigo #33028D

Tints of Persian Indigo #33028D

RGB

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

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

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

R = 26.29%
G = 1.03%
B = 72.68%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33028D (or 0x33028D) is known color: Persian Indigo. HEX triplet: 33, 02 and 8D. RGB value is (51,2,141). Sum of RGB (Red+Green+Blue) = 51+2+141=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #33028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33028D is #CCFD72. Grayscale: #1F1F1F. Windows color (decimal): -13434227 or 9241139. OLE color: 9241139.

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

Color convert

RGB 51 2 141 -
CMYK 0.64 0.99 0 0.45
HSL 261.15º 0.97% 0.28% -
HSV(B) 261.15º 0.99% 0.55% -
XYZ 6.19 2.67 25.39 -
YUV 32.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 51 2 141 0.64 0.99 0 0.45 261.15 0.97 0.28
Hex 33 2 8D 40 63 0 2D 105 61 1C
Octal 63 2 215 100 143 0 55 405 141 34
Binary 110011 10 10001101 1000000 1100011 0 101101 100000101 1100001 11100

Color Harmonies of #33028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33028D

Black with #33028D

Text Example


Text Example

White with #33028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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