Html Css Color HEX #330584 Persian Indigo

📋 copy color: '#330584'

red 51 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #330584

Tints of Persian Indigo #330584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 70.21%

R = 27.13%
G = 2.66%
B = 70.21%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#330584 (or 0x330584) is known color: Persian Indigo. HEX triplet: 33, 05 and 84. RGB value is (51,5,132). Sum of RGB (Red+Green+Blue) = 51+5+132=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #330584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330584 is #CCFA7B. Grayscale: #202020. Windows color (decimal): -13433468 or 8652083. OLE color: 8652083.

HSL color Cylindrical-coordinate representation of color #330584: hue angle of 261.73º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330584 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 5 132 -
CMYK 0.61 0.96 0 0.48
HSL 261.73º 0.93% 0.27% -
HSV(B) 261.73º 0.96% 0.52% -
XYZ 5.58 2.48 22.01 -
YUV 33.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 51 5 132 0.61 0.96 0 0.48 261.73 0.93 0.27
Hex 33 5 84 3D 60 0 30 106 5D 1B
Octal 63 5 204 75 140 0 60 406 135 33
Binary 110011 101 10000100 111101 1100000 0 110000 100000110 1011101 11011

Color Harmonies of #330584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330584

Black with #330584

Text Example


Text Example

White with #330584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330584; }

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

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

background-color css

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

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

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

border-color css

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

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

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