Html Css Color HEX #330D77 Persian Indigo

📋 copy color: '#330D77'

red 51 ◦ green 13 ◦ blue 119

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

Shades of Persian Indigo #330D77

Tints of Persian Indigo #330D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

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

R = 27.87%
G = 7.1%
B = 65.03%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330D77 (or 0x330D77) is known color: Persian Indigo. HEX triplet: 33, 0D and 77. RGB value is (51,13,119). Sum of RGB (Red+Green+Blue) = 51+13+119=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #330D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D77 is #CCF288. Grayscale: #242424. Windows color (decimal): -13431433 or 7802163. OLE color: 7802163.

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

Color convert

RGB 51 13 119 -
CMYK 0.57 0.89 0 0.53
HSL 261.51º 0.8% 0.26% -
HSV(B) 261.51º 0.89% 0.47% -
XYZ 4.84 2.32 17.65 -
YUV 36.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 51 13 119 0.57 0.89 0 0.53 261.51 0.8 0.26
Hex 33 D 77 39 59 0 35 106 50 1A
Octal 63 15 167 71 131 0 65 406 120 32
Binary 110011 1101 1110111 111001 1011001 0 110101 100000110 1010000 11010

Color Harmonies of #330D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D77

Black with #330D77

Text Example


Text Example

White with #330D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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