Html Css Color HEX #330097 Persian Indigo

📋 copy color: '#330097'

red 51 ◦ green 0 ◦ blue 151

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

Shades of Persian Indigo #330097

Tints of Persian Indigo #330097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.25%
G = 0%
B = 74.75%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330097 (or 0x330097) is known color: Persian Indigo. HEX triplet: 33, 00 and 97. RGB value is (51,0,151). Sum of RGB (Red+Green+Blue) = 51+0+151=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #330097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330097 is #CCFF68. Grayscale: #1F1F1F. Windows color (decimal): -13434729 or 9895987. OLE color: 9895987.

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

Color convert

RGB 51 0 151 -
CMYK 0.66 1 0 0.41
HSL 260.26º 1% 0.3% -
HSV(B) 260.26º 1% 0.59% -
XYZ 6.95 2.94 29.48 -
YUV 32.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 51 0 151 0.66 1 0 0.41 260.26 1 0.3
Hex 33 0 97 42 64 0 29 104 64 1E
Octal 63 0 227 102 144 0 51 404 144 36
Binary 110011 0 10010111 1000010 1100100 0 101001 100000100 1100100 11110

Color Harmonies of #330097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330097

Black with #330097

Text Example


Text Example

White with #330097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330097; }

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

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

background-color css

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

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

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

border-color css

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

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

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