Html Css Color HEX #330076 Persian Indigo

📋 copy color: '#330076'

red 51 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #330076

Tints of Persian Indigo #330076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.82%

R = 30.18%
G = 0%
B = 69.82%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330076 (or 0x330076) is known color: Persian Indigo. HEX triplet: 33, 00 and 76. RGB value is (51,0,118). Sum of RGB (Red+Green+Blue) = 51+0+118=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #330076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330076 is #CCFF89. Grayscale: #1C1C1C. Windows color (decimal): -13434762 or 7733299. OLE color: 7733299.

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

Color convert

RGB 51 0 118 -
CMYK 0.57 1 0 0.54
HSL 265.93º 1% 0.23% -
HSV(B) 265.93º 1% 0.46% -
XYZ 4.64 2.01 17.28 -
YUV 28.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 51 0 118 0.57 1 0 0.54 265.93 1 0.23
Hex 33 0 76 39 64 0 36 10A 64 17
Octal 63 0 166 71 144 0 66 412 144 27
Binary 110011 0 1110110 111001 1100100 0 110110 100001010 1100100 10111

Color Harmonies of #330076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330076

Black with #330076

Text Example


Text Example

White with #330076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330076; }

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

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

background-color css

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

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

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

border-color css

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

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

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