Html Css Color HEX #330077 Persian Indigo

📋 copy color: '#330077'

red 51 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #330077

Tints of Persian Indigo #330077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 70%

R = 30%
G = 0%
B = 70%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330077 (or 0x330077) is known color: Persian Indigo. HEX triplet: 33, 00 and 77. RGB value is (51,0,119). Sum of RGB (Red+Green+Blue) = 51+0+119=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #330077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330077 is #CCFF88. Grayscale: #1C1C1C. Windows color (decimal): -13434761 or 7798835. OLE color: 7798835.

HSL color Cylindrical-coordinate representation of color #330077: hue angle of 265.71º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330077 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 0 119 -
CMYK 0.57 1 0 0.53
HSL 265.71º 1% 0.23% -
HSV(B) 265.71º 1% 0.47% -
XYZ 4.7 2.04 17.6 -
YUV 28.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 51 0 119 0.57 1 0 0.53 265.71 1 0.23
Hex 33 0 77 39 64 0 35 10A 64 17
Octal 63 0 167 71 144 0 65 412 144 27
Binary 110011 0 1110111 111001 1100100 0 110101 100001010 1100100 10111

Color Harmonies of #330077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330077

Black with #330077

Text Example


Text Example

White with #330077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330077; }

 p { color: rgb(51,0,119); }

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

background-color css

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

 a { background-color: rgb(51,0,119); }

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

border-color css

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

 span { border-color: rgb(51,0,119); }

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