Html Css Color HEX #330297 Persian Indigo

📋 copy color: '#330297'

red 51 ◦ green 2 ◦ blue 151

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

Shades of Persian Indigo #330297

Tints of Persian Indigo #330297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 25%
G = 0.98%
B = 74.02%

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

#330297 (or 0x330297) is known color: Persian Indigo. HEX triplet: 33, 02 and 97. RGB value is (51,2,151). Sum of RGB (Red+Green+Blue) = 51+2+151=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #330297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330297 is #CCFD68. Grayscale: #212121. Windows color (decimal): -13434217 or 9896499. OLE color: 9896499.

HSL color Cylindrical-coordinate representation of color #330297: hue angle of 259.73º degrees, saturation: 0.97, 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 #330297 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 2 151 -
CMYK 0.66 0.99 0 0.41
HSL 259.73º 0.97% 0.3% -
HSV(B) 259.73º 0.99% 0.59% -
XYZ 6.97 2.98 29.49 -
YUV 33.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 51 2 151 0.66 0.99 0 0.41 259.73 0.97 0.3
Hex 33 2 97 42 63 0 29 104 61 1E
Octal 63 2 227 102 143 0 51 404 141 36
Binary 110011 10 10010111 1000010 1100011 0 101001 100000100 1100001 11110

Color Harmonies of #330297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330297

Black with #330297

Text Example


Text Example

White with #330297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330297; }

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

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

background-color css

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

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

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

border-color css

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

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

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