Html Css Color HEX #330671 Persian Indigo

📋 copy color: '#330671'

red 51 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #330671

Tints of Persian Indigo #330671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

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

R = 30%
G = 3.53%
B = 66.47%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330671 (or 0x330671) is known color: Persian Indigo. HEX triplet: 33, 06 and 71. RGB value is (51,6,113). Sum of RGB (Red+Green+Blue) = 51+6+113=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #330671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330671 is #CCF98E. Grayscale: #1F1F1F. Windows color (decimal): -13433231 or 7407155. OLE color: 7407155.

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

Color convert

RGB 51 6 113 -
CMYK 0.55 0.95 0 0.56
HSL 265.23º 0.9% 0.23% -
HSV(B) 265.23º 0.95% 0.44% -
XYZ 4.41 2.03 15.78 -
YUV 31.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 51 6 113 0.55 0.95 0 0.56 265.23 0.9 0.23
Hex 33 6 71 37 5F 0 38 109 5A 17
Octal 63 6 161 67 137 0 70 411 132 27
Binary 110011 110 1110001 110111 1011111 0 111000 100001001 1011010 10111

Color Harmonies of #330671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330671

Black with #330671

Text Example


Text Example

White with #330671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330671; }

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

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

background-color css

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

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

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

border-color css

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

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

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