Html Css Color HEX #330593 Persian Indigo

📋 copy color: '#330593'

red 51 ◦ green 5 ◦ blue 147

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

Shades of Persian Indigo #330593

Tints of Persian Indigo #330593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 25.12%
G = 2.46%
B = 72.41%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330593 (or 0x330593) is known color: Persian Indigo. HEX triplet: 33, 05 and 93. RGB value is (51,5,147). Sum of RGB (Red+Green+Blue) = 51+5+147=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #330593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330593 is #CCFA6C. Grayscale: #222222. Windows color (decimal): -13433453 or 9635123. OLE color: 9635123.

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

Color convert

RGB 51 5 147 -
CMYK 0.65 0.97 0 0.42
HSL 259.44º 0.93% 0.3% -
HSV(B) 259.44º 0.97% 0.58% -
XYZ 6.69 2.92 27.81 -
YUV 34.94 191.24 139.45 -
System Red Green Blue C M Y K H S L
Decimal 51 5 147 0.65 0.97 0 0.42 259.44 0.93 0.3
Hex 33 5 93 41 61 0 2A 103 5D 1E
Octal 63 5 223 101 141 0 52 403 135 36
Binary 110011 101 10010011 1000001 1100001 0 101010 100000011 1011101 11110

Color Harmonies of #330593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330593

Black with #330593

Text Example


Text Example

White with #330593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330593; }

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

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

background-color css

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

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

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

border-color css

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

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

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