Html Css Color HEX #330594 Persian Indigo

📋 copy color: '#330594'

red 51 ◦ green 5 ◦ blue 148

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

Shades of Persian Indigo #330594

Tints of Persian Indigo #330594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.55%

R = 25%
G = 2.45%
B = 72.55%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#330594 (or 0x330594) is known color: Persian Indigo. HEX triplet: 33, 05 and 94. RGB value is (51,5,148). Sum of RGB (Red+Green+Blue) = 51+5+148=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #330594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330594 is #CCFA6B. Grayscale: #222222. Windows color (decimal): -13433452 or 9700659. OLE color: 9700659.

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

Color convert

RGB 51 5 148 -
CMYK 0.66 0.97 0 0.42
HSL 259.3º 0.93% 0.3% -
HSV(B) 259.3º 0.97% 0.58% -
XYZ 6.76 2.95 28.23 -
YUV 35.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 51 5 148 0.66 0.97 0 0.42 259.3 0.93 0.3
Hex 33 5 94 42 61 0 2A 103 5D 1E
Octal 63 5 224 102 141 0 52 403 135 36
Binary 110011 101 10010100 1000010 1100001 0 101010 100000011 1011101 11110

Color Harmonies of #330594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330594

Black with #330594

Text Example


Text Example

White with #330594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330594; }

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

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

background-color css

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

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

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

border-color css

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

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

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