Html Css Color HEX #330997 Persian Indigo

📋 copy color: '#330997'

red 51 ◦ green 9 ◦ blue 151

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

Shades of Persian Indigo #330997

Tints of Persian Indigo #330997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 24.17%
G = 4.27%
B = 71.56%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330997 (or 0x330997) is known color: Persian Indigo. HEX triplet: 33, 09 and 97. RGB value is (51,9,151). Sum of RGB (Red+Green+Blue) = 51+9+151=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 151 (59.38% from 255 or 71.56% from 211); Max value from RGB is 151 - color contains mainly: blue. Hex color #330997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330997 is #CCF668. Grayscale: #252525. Windows color (decimal): -13432425 or 9898291. OLE color: 9898291.

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

Color convert

RGB 51 9 151 -
CMYK 0.66 0.94 0 0.41
HSL 257.75º 0.89% 0.31% -
HSV(B) 257.75º 0.94% 0.59% -
XYZ 7.05 3.13 29.51 -
YUV 37.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 51 9 151 0.66 0.94 0 0.41 257.75 0.89 0.31
Hex 33 9 97 42 5E 0 29 102 59 1F
Octal 63 11 227 102 136 0 51 402 131 37
Binary 110011 1001 10010111 1000010 1011110 0 101001 100000010 1011001 11111

Color Harmonies of #330997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330997

Black with #330997

Text Example


Text Example

White with #330997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330997; }

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

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

background-color css

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

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

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

border-color css

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

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

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