Html Css Color HEX #33057F Persian Indigo

📋 copy color: '#33057F'

red 51 ◦ green 5 ◦ blue 127

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

Shades of Persian Indigo #33057F

Tints of Persian Indigo #33057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 27.87%
G = 2.73%
B = 69.4%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33057F (or 0x33057F) is known color: Persian Indigo. HEX triplet: 33, 05 and 7F. RGB value is (51,5,127). Sum of RGB (Red+Green+Blue) = 51+5+127=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #33057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33057F is #CCFA80. Grayscale: #202020. Windows color (decimal): -13433473 or 8324403. OLE color: 8324403.

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

Color convert

RGB 51 5 127 -
CMYK 0.60 0.96 0 0.50
HSL 262.62º 0.92% 0.26% -
HSV(B) 262.62º 0.96% 0.5% -
XYZ 5.25 2.34 20.25 -
YUV 32.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 51 5 127 0.60 0.96 0 0.50 262.62 0.92 0.26
Hex 33 5 7F 3C 60 0 32 107 5C 1A
Octal 63 5 177 74 140 0 62 407 134 32
Binary 110011 101 1111111 111100 1100000 0 110010 100000111 1011100 11010

Color Harmonies of #33057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33057F

Black with #33057F

Text Example


Text Example

White with #33057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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