Html Css Color HEX #330998 Persian Indigo

📋 copy color: '#330998'

red 51 ◦ green 9 ◦ blue 152

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

Shades of Persian Indigo #330998

Tints of Persian Indigo #330998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.7%

R = 24.06%
G = 4.25%
B = 71.7%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#330998 (or 0x330998) is known color: Persian Indigo. HEX triplet: 33, 09 and 98. RGB value is (51,9,152). Sum of RGB (Red+Green+Blue) = 51+9+152=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #330998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330998 is #CCF667. Grayscale: #252525. Windows color (decimal): -13432424 or 9963827. OLE color: 9963827.

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

Color convert

RGB 51 9 152 -
CMYK 0.66 0.94 0 0.40
HSL 257.62º 0.89% 0.32% -
HSV(B) 257.62º 0.94% 0.6% -
XYZ 7.13 3.17 29.94 -
YUV 37.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 51 9 152 0.66 0.94 0 0.40 257.62 0.89 0.32
Hex 33 9 98 42 5E 0 28 102 59 20
Octal 63 11 230 102 136 0 50 402 131 40
Binary 110011 1001 10011000 1000010 1011110 0 101000 100000010 1011001 100000

Color Harmonies of #330998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330998

Black with #330998

Text Example


Text Example

White with #330998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330998; }

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

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

background-color css

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

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

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

border-color css

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

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

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