Html Css Color HEX #330164 Persian Indigo

📋 copy color: '#330164'

red 51 ◦ green 1 ◦ blue 100

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

Shades of Persian Indigo #330164

Tints of Persian Indigo #330164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 100 (39.45% from 255) = 65.79%

R = 33.55%
G = 0.66%
B = 65.79%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#330164 (or 0x330164) is known color: Persian Indigo. HEX triplet: 33, 01 and 64. RGB value is (51,1,100). Sum of RGB (Red+Green+Blue) = 51+1+100=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #330164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330164 is #CCFE9B. Grayscale: #1A1A1A. Windows color (decimal): -13434524 or 6553907. OLE color: 6553907.

HSL color Cylindrical-coordinate representation of color #330164: hue angle of 270.3º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330164 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 1 100 -
CMYK 0.49 0.99 0 0.61
HSL 270.3º 0.98% 0.2% -
HSV(B) 270.3º 0.99% 0.39% -
XYZ 3.68 1.65 12.18 -
YUV 27.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 51 1 100 0.49 0.99 0 0.61 270.3 0.98 0.2
Hex 33 1 64 31 63 0 3D 10E 62 14
Octal 63 1 144 61 143 0 75 416 142 24
Binary 110011 1 1100100 110001 1100011 0 111101 100001110 1100010 10100

Color Harmonies of #330164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330164

Black with #330164

Text Example


Text Example

White with #330164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330164; }

 p { color: rgb(51,1,100); }

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

background-color css

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

 a { background-color: rgb(51,1,100); }

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

border-color css

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

 span { border-color: rgb(51,1,100); }

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