Html Css Color HEX #330471 Persian Indigo

📋 copy color: '#330471'

red 51 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #330471

Tints of Persian Indigo #330471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 30.36%
G = 2.38%
B = 67.26%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330471 (or 0x330471) is known color: Persian Indigo. HEX triplet: 33, 04 and 71. RGB value is (51,4,113). Sum of RGB (Red+Green+Blue) = 51+4+113=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #330471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330471 is #CCFB8E. Grayscale: #1E1E1E. Windows color (decimal): -13433743 or 7406643. OLE color: 7406643.

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

Color convert

RGB 51 4 113 -
CMYK 0.55 0.96 0 0.56
HSL 265.87º 0.93% 0.23% -
HSV(B) 265.87º 0.96% 0.44% -
XYZ 4.39 1.98 15.77 -
YUV 30.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 51 4 113 0.55 0.96 0 0.56 265.87 0.93 0.23
Hex 33 4 71 37 60 0 38 10A 5D 17
Octal 63 4 161 67 140 0 70 412 135 27
Binary 110011 100 1110001 110111 1100000 0 111000 100001010 1011101 10111

Color Harmonies of #330471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330471

Black with #330471

Text Example


Text Example

White with #330471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330471; }

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

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

background-color css

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

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

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

border-color css

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

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

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