Html Css Color HEX #330197 Persian Indigo

📋 copy color: '#330197'

red 51 ◦ green 1 ◦ blue 151

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

Shades of Persian Indigo #330197

Tints of Persian Indigo #330197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 25.12%
G = 0.49%
B = 74.38%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330197 (or 0x330197) is known color: Persian Indigo. HEX triplet: 33, 01 and 97. RGB value is (51,1,151). Sum of RGB (Red+Green+Blue) = 51+1+151=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #330197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330197 is #CCFE68. Grayscale: #202020. Windows color (decimal): -13434473 or 9896243. OLE color: 9896243.

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

Color convert

RGB 51 1 151 -
CMYK 0.66 0.99 0 0.41
HSL 260º 0.99% 0.3% -
HSV(B) 260º 0.99% 0.59% -
XYZ 6.96 2.96 29.48 -
YUV 33.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 51 1 151 0.66 0.99 0 0.41 260 0.99 0.3
Hex 33 1 97 42 63 0 29 104 63 1E
Octal 63 1 227 102 143 0 51 404 143 36
Binary 110011 1 10010111 1000010 1100011 0 101001 100000100 1100011 11110

Color Harmonies of #330197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330197

Black with #330197

Text Example


Text Example

White with #330197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330197; }

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

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

background-color css

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

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

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

border-color css

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

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

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