Html Css Color HEX #330071 Persian Indigo

📋 copy color: '#330071'

red 51 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #330071

Tints of Persian Indigo #330071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.9%

R = 31.1%
G = 0%
B = 68.9%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330071 (or 0x330071) is known color: Persian Indigo. HEX triplet: 33, 00 and 71. RGB value is (51,0,113). Sum of RGB (Red+Green+Blue) = 51+0+113=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #330071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330071 is #CCFF8E. Grayscale: #1B1B1B. Windows color (decimal): -13434767 or 7405619. OLE color: 7405619.

HSL color Cylindrical-coordinate representation of color #330071: hue angle of 267.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330071 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 0 113 -
CMYK 0.55 1 0 0.56
HSL 267.08º 1% 0.22% -
HSV(B) 267.08º 1% 0.44% -
XYZ 4.35 1.9 15.76 -
YUV 28.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 51 0 113 0.55 1 0 0.56 267.08 1 0.22
Hex 33 0 71 37 64 0 38 10B 64 16
Octal 63 0 161 67 144 0 70 413 144 26
Binary 110011 0 1110001 110111 1100100 0 111000 100001011 1100100 10110

Color Harmonies of #330071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330071

Black with #330071

Text Example


Text Example

White with #330071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330071; }

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

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

background-color css

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

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

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

border-color css

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

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

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