Html Css Color HEX #330597 Persian Indigo

📋 copy color: '#330597'

red 51 ◦ green 5 ◦ blue 151

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

Shades of Persian Indigo #330597

Tints of Persian Indigo #330597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.95%

R = 24.64%
G = 2.42%
B = 72.95%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330597 (or 0x330597) is known color: Persian Indigo. HEX triplet: 33, 05 and 97. RGB value is (51,5,151). Sum of RGB (Red+Green+Blue) = 51+5+151=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #330597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330597 is #CCFA68. Grayscale: #222222. Windows color (decimal): -13433449 or 9897267. OLE color: 9897267.

HSL color Cylindrical-coordinate representation of color #330597: hue angle of 258.9º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330597 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 5 151 -
CMYK 0.66 0.97 0 0.41
HSL 258.9º 0.94% 0.31% -
HSV(B) 258.9º 0.97% 0.59% -
XYZ 7.01 3.05 29.5 -
YUV 35.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 51 5 151 0.66 0.97 0 0.41 258.9 0.94 0.31
Hex 33 5 97 42 61 0 29 103 5E 1F
Octal 63 5 227 102 141 0 51 403 136 37
Binary 110011 101 10010111 1000010 1100001 0 101001 100000011 1011110 11111

Color Harmonies of #330597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330597

Black with #330597

Text Example


Text Example

White with #330597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330597; }

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

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

background-color css

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

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

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

border-color css

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

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

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