Html Css Color HEX #330377 Persian Indigo

📋 copy color: '#330377'

red 51 ◦ green 3 ◦ blue 119

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

Shades of Persian Indigo #330377

Tints of Persian Indigo #330377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 29.48%
G = 1.73%
B = 68.79%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330377 (or 0x330377) is known color: Persian Indigo. HEX triplet: 33, 03 and 77. RGB value is (51,3,119). Sum of RGB (Red+Green+Blue) = 51+3+119=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #330377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330377 is #CCFC88. Grayscale: #1E1E1E. Windows color (decimal): -13433993 or 7799603. OLE color: 7799603.

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

Color convert

RGB 51 3 119 -
CMYK 0.57 0.97 0 0.53
HSL 264.83º 0.95% 0.24% -
HSV(B) 264.83º 0.97% 0.47% -
XYZ 4.73 2.1 17.61 -
YUV 30.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 51 3 119 0.57 0.97 0 0.53 264.83 0.95 0.24
Hex 33 3 77 39 61 0 35 109 5F 18
Octal 63 3 167 71 141 0 65 411 137 30
Binary 110011 11 1110111 111001 1100001 0 110101 100001001 1011111 11000

Color Harmonies of #330377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330377

Black with #330377

Text Example


Text Example

White with #330377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330377; }

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

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

background-color css

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

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

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

border-color css

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

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

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