Html Css Color HEX #330084 Persian Indigo

📋 copy color: '#330084'

red 51 ◦ green 0 ◦ blue 132

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

Shades of Persian Indigo #330084

Tints of Persian Indigo #330084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.87%
G = 0%
B = 72.13%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#330084 (or 0x330084) is known color: Persian Indigo. HEX triplet: 33, 00 and 84. RGB value is (51,0,132). Sum of RGB (Red+Green+Blue) = 51+0+132=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #330084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330084 is #CCFF7B. Grayscale: #1D1D1D. Windows color (decimal): -13434748 or 8650803. OLE color: 8650803.

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

Color convert

RGB 51 0 132 -
CMYK 0.61 1 0 0.48
HSL 263.18º 1% 0.26% -
HSV(B) 263.18º 1% 0.52% -
XYZ 5.53 2.37 22 -
YUV 30.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 51 0 132 0.61 1 0 0.48 263.18 1 0.26
Hex 33 0 84 3D 64 0 30 107 64 1A
Octal 63 0 204 75 144 0 60 407 144 32
Binary 110011 0 10000100 111101 1100100 0 110000 100000111 1100100 11010

Color Harmonies of #330084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330084

Black with #330084

Text Example


Text Example

White with #330084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330084; }

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

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

background-color css

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

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

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

border-color css

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

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

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