Html Css Color HEX #330872 Persian Indigo

📋 copy color: '#330872'

red 51 ◦ green 8 ◦ blue 114

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

Shades of Persian Indigo #330872

Tints of Persian Indigo #330872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 29.48%
G = 4.62%
B = 65.9%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330872 (or 0x330872) is known color: Persian Indigo. HEX triplet: 33, 08 and 72. RGB value is (51,8,114). Sum of RGB (Red+Green+Blue) = 51+8+114=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #330872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330872 is #CCF78D. Grayscale: #202020. Windows color (decimal): -13432718 or 7473203. OLE color: 7473203.

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

Color convert

RGB 51 8 114 -
CMYK 0.55 0.93 0 0.55
HSL 264.34º 0.87% 0.24% -
HSV(B) 264.34º 0.93% 0.45% -
XYZ 4.49 2.09 16.09 -
YUV 32.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 51 8 114 0.55 0.93 0 0.55 264.34 0.87 0.24
Hex 33 8 72 37 5D 0 37 108 57 18
Octal 63 10 162 67 135 0 67 410 127 30
Binary 110011 1000 1110010 110111 1011101 0 110111 100001000 1010111 11000

Color Harmonies of #330872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330872

Black with #330872

Text Example


Text Example

White with #330872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330872; }

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

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

background-color css

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

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

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

border-color css

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

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

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