Html Css Color HEX #330791 Persian Indigo

📋 copy color: '#330791'

red 51 ◦ green 7 ◦ blue 145

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

Shades of Persian Indigo #330791

Tints of Persian Indigo #330791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 25.12%
G = 3.45%
B = 71.43%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330791 (or 0x330791) is known color: Persian Indigo. HEX triplet: 33, 07 and 91. RGB value is (51,7,145). Sum of RGB (Red+Green+Blue) = 51+7+145=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #330791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330791 is #CCF86E. Grayscale: #232323. Windows color (decimal): -13432943 or 9504563. OLE color: 9504563.

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

Color convert

RGB 51 7 145 -
CMYK 0.65 0.95 0 0.43
HSL 259.13º 0.91% 0.3% -
HSV(B) 259.13º 0.95% 0.57% -
XYZ 6.55 2.9 27 -
YUV 35.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 51 7 145 0.65 0.95 0 0.43 259.13 0.91 0.3
Hex 33 7 91 41 5F 0 2B 103 5B 1E
Octal 63 7 221 101 137 0 53 403 133 36
Binary 110011 111 10010001 1000001 1011111 0 101011 100000011 1011011 11110

Color Harmonies of #330791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330791

Black with #330791

Text Example


Text Example

White with #330791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330791; }

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

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

background-color css

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

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

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

border-color css

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

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

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