Html Css Color HEX #330691 Persian Indigo

📋 copy color: '#330691'

red 51 ◦ green 6 ◦ blue 145

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

Shades of Persian Indigo #330691

Tints of Persian Indigo #330691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 71.78%

R = 25.25%
G = 2.97%
B = 71.78%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330691 (or 0x330691) is known color: Persian Indigo. HEX triplet: 33, 06 and 91. RGB value is (51,6,145). Sum of RGB (Red+Green+Blue) = 51+6+145=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #330691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330691 is #CCF96E. Grayscale: #222222. Windows color (decimal): -13433199 or 9504307. OLE color: 9504307.

HSL color Cylindrical-coordinate representation of color #330691: hue angle of 259.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330691 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 6 145 -
CMYK 0.65 0.96 0 0.43
HSL 259.42º 0.92% 0.3% -
HSV(B) 259.42º 0.96% 0.57% -
XYZ 6.54 2.88 27 -
YUV 35.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 51 6 145 0.65 0.96 0 0.43 259.42 0.92 0.3
Hex 33 6 91 41 60 0 2B 103 5C 1E
Octal 63 6 221 101 140 0 53 403 134 36
Binary 110011 110 10010001 1000001 1100000 0 101011 100000011 1011100 11110

Color Harmonies of #330691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330691

Black with #330691

Text Example


Text Example

White with #330691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330691; }

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

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

background-color css

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

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

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

border-color css

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

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

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