Html Css Color HEX #330591 Persian Indigo

📋 copy color: '#330591'

red 51 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #330591

Tints of Persian Indigo #330591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 25.37%
G = 2.49%
B = 72.14%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330591 (or 0x330591) is known color: Persian Indigo. HEX triplet: 33, 05 and 91. RGB value is (51,5,145). Sum of RGB (Red+Green+Blue) = 51+5+145=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #330591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330591 is #CCFA6E. Grayscale: #222222. Windows color (decimal): -13433455 or 9504051. OLE color: 9504051.

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

Color convert

RGB 51 5 145 -
CMYK 0.65 0.97 0 0.43
HSL 259.71º 0.93% 0.29% -
HSV(B) 259.71º 0.97% 0.57% -
XYZ 6.53 2.86 27 -
YUV 34.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 51 5 145 0.65 0.97 0 0.43 259.71 0.93 0.29
Hex 33 5 91 41 61 0 2B 104 5D 1D
Octal 63 5 221 101 141 0 53 404 135 35
Binary 110011 101 10010001 1000001 1100001 0 101011 100000100 1011101 11101

Color Harmonies of #330591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330591

Black with #330591

Text Example


Text Example

White with #330591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330591; }

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

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

background-color css

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

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

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

border-color css

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

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

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