Html Css Color HEX #330072 Persian Indigo

📋 copy color: '#330072'

red 51 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #330072

Tints of Persian Indigo #330072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.09%

R = 30.91%
G = 0%
B = 69.09%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330072 (or 0x330072) is known color: Persian Indigo. HEX triplet: 33, 00 and 72. RGB value is (51,0,114). Sum of RGB (Red+Green+Blue) = 51+0+114=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #330072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330072 is #CCFF8D. Grayscale: #1B1B1B. Windows color (decimal): -13434766 or 7471155. OLE color: 7471155.

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

Color convert

RGB 51 0 114 -
CMYK 0.55 1 0 0.55
HSL 266.84º 1% 0.22% -
HSV(B) 266.84º 1% 0.45% -
XYZ 4.4 1.92 16.06 -
YUV 28.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 51 0 114 0.55 1 0 0.55 266.84 1 0.22
Hex 33 0 72 37 64 0 37 10B 64 16
Octal 63 0 162 67 144 0 67 413 144 26
Binary 110011 0 1110010 110111 1100100 0 110111 100001011 1100100 10110

Color Harmonies of #330072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330072

Black with #330072

Text Example


Text Example

White with #330072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330072; }

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

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

background-color css

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

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

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

border-color css

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

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

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