Html Css Color HEX #330271 Persian Indigo

📋 copy color: '#330271'

red 51 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #330271

Tints of Persian Indigo #330271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 30.72%
G = 1.2%
B = 68.07%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330271 (or 0x330271) is known color: Persian Indigo. HEX triplet: 33, 02 and 71. RGB value is (51,2,113). Sum of RGB (Red+Green+Blue) = 51+2+113=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #330271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330271 is #CCFD8E. Grayscale: #1C1C1C. Windows color (decimal): -13434255 or 7406131. OLE color: 7406131.

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

Color convert

RGB 51 2 113 -
CMYK 0.55 0.98 0 0.56
HSL 266.49º 0.97% 0.23% -
HSV(B) 266.49º 0.98% 0.44% -
XYZ 4.37 1.94 15.77 -
YUV 29.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 51 2 113 0.55 0.98 0 0.56 266.49 0.97 0.23
Hex 33 2 71 37 62 0 38 10A 61 17
Octal 63 2 161 67 142 0 70 412 141 27
Binary 110011 10 1110001 110111 1100010 0 111000 100001010 1100001 10111

Color Harmonies of #330271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330271

Black with #330271

Text Example


Text Example

White with #330271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330271; }

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

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

background-color css

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

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

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

border-color css

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

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

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