Html Css Color HEX #330993 Persian Indigo

📋 copy color: '#330993'

red 51 ◦ green 9 ◦ blue 147

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

Shades of Persian Indigo #330993

Tints of Persian Indigo #330993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.01%

R = 24.64%
G = 4.35%
B = 71.01%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330993 (or 0x330993) is known color: Persian Indigo. HEX triplet: 33, 09 and 93. RGB value is (51,9,147). Sum of RGB (Red+Green+Blue) = 51+9+147=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #330993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330993 is #CCF66C. Grayscale: #242424. Windows color (decimal): -13432429 or 9636147. OLE color: 9636147.

HSL color Cylindrical-coordinate representation of color #330993: hue angle of 258.26º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330993 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 9 147 -
CMYK 0.65 0.94 0 0.42
HSL 258.26º 0.88% 0.31% -
HSV(B) 258.26º 0.94% 0.58% -
XYZ 6.73 3.01 27.83 -
YUV 37.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 51 9 147 0.65 0.94 0 0.42 258.26 0.88 0.31
Hex 33 9 93 41 5E 0 2A 102 58 1F
Octal 63 11 223 101 136 0 52 402 130 37
Binary 110011 1001 10010011 1000001 1011110 0 101010 100000010 1011000 11111

Color Harmonies of #330993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330993

Black with #330993

Text Example


Text Example

White with #330993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330993; }

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

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

background-color css

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

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

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

border-color css

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

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

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