Html Css Color HEX #33027F Persian Indigo

📋 copy color: '#33027F'

red 51 ◦ green 2 ◦ blue 127

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

Shades of Persian Indigo #33027F

Tints of Persian Indigo #33027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.56%

R = 28.33%
G = 1.11%
B = 70.56%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33027F (or 0x33027F) is known color: Persian Indigo. HEX triplet: 33, 02 and 7F. RGB value is (51,2,127). Sum of RGB (Red+Green+Blue) = 51+2+127=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #33027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33027F is #CCFD80. Grayscale: #1E1E1E. Windows color (decimal): -13434241 or 8323635. OLE color: 8323635.

HSL color Cylindrical-coordinate representation of color #33027F: hue angle of 263.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33027F is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 2 127 -
CMYK 0.60 0.98 0 0.50
HSL 263.52º 0.97% 0.25% -
HSV(B) 263.52º 0.98% 0.5% -
XYZ 5.22 2.28 20.24 -
YUV 30.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 51 2 127 0.60 0.98 0 0.50 263.52 0.97 0.25
Hex 33 2 7F 3C 62 0 32 108 61 19
Octal 63 2 177 74 142 0 62 410 141 31
Binary 110011 10 1111111 111100 1100010 0 110010 100001000 1100001 11001

Color Harmonies of #33027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33027F

Black with #33027F

Text Example


Text Example

White with #33027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33027F; }

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

 H1.HeaderClassName
 {
   color: #33027F;
 }
 .AnyTagClassName
 {
   color: #33027F;
 }
</style>

background-color css

<style>
 a { background-color: #33027F; }

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

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

border-color css

<style>
 span { border-color: #33027F; }

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

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