Html Css Color HEX #330871 Persian Indigo

📋 copy color: '#330871'

red 51 ◦ green 8 ◦ blue 113

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

Shades of Persian Indigo #330871

Tints of Persian Indigo #330871

RGB

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

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

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

R = 29.65%
G = 4.65%
B = 65.7%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330871 (or 0x330871) is known color: Persian Indigo. HEX triplet: 33, 08 and 71. RGB value is (51,8,113). Sum of RGB (Red+Green+Blue) = 51+8+113=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #330871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330871 is #CCF78E. Grayscale: #202020. Windows color (decimal): -13432719 or 7407667. OLE color: 7407667.

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

Color convert

RGB 51 8 113 -
CMYK 0.55 0.93 0 0.56
HSL 264.57º 0.87% 0.24% -
HSV(B) 264.57º 0.93% 0.44% -
XYZ 4.43 2.07 15.79 -
YUV 32.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 51 8 113 0.55 0.93 0 0.56 264.57 0.87 0.24
Hex 33 8 71 37 5D 0 38 109 57 18
Octal 63 10 161 67 135 0 70 411 127 30
Binary 110011 1000 1110001 110111 1011101 0 111000 100001001 1010111 11000

Color Harmonies of #330871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330871

Black with #330871

Text Example


Text Example

White with #330871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330871; }

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

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

background-color css

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

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

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

border-color css

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

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

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