Html Css Color HEX #33028B Persian Indigo

📋 copy color: '#33028B'

red 51 ◦ green 2 ◦ blue 139

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

Shades of Persian Indigo #33028B

Tints of Persian Indigo #33028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.4%

R = 26.56%
G = 1.04%
B = 72.4%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33028B (or 0x33028B) is known color: Persian Indigo. HEX triplet: 33, 02 and 8B. RGB value is (51,2,139). Sum of RGB (Red+Green+Blue) = 51+2+139=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #33028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33028B is #CCFD74. Grayscale: #1F1F1F. Windows color (decimal): -13434229 or 9110067. OLE color: 9110067.

HSL color Cylindrical-coordinate representation of color #33028B: hue angle of 261.46º 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 #33028B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 2 139 -
CMYK 0.63 0.99 0 0.45
HSL 261.46º 0.97% 0.28% -
HSV(B) 261.46º 0.99% 0.55% -
XYZ 6.05 2.61 24.61 -
YUV 32.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 51 2 139 0.63 0.99 0 0.45 261.46 0.97 0.28
Hex 33 2 8B 3F 63 0 2D 105 61 1C
Octal 63 2 213 77 143 0 55 405 141 34
Binary 110011 10 10001011 111111 1100011 0 101101 100000101 1100001 11100

Color Harmonies of #33028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33028B

Black with #33028B

Text Example


Text Example

White with #33028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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