Html Css Color HEX #330364 Persian Indigo

📋 copy color: '#330364'

red 51 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #330364

Tints of Persian Indigo #330364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 33.12%
G = 1.95%
B = 64.94%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#330364 (or 0x330364) is known color: Persian Indigo. HEX triplet: 33, 03 and 64. RGB value is (51,3,100). Sum of RGB (Red+Green+Blue) = 51+3+100=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #330364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330364 is #CCFC9B. Grayscale: #1C1C1C. Windows color (decimal): -13434012 or 6554419. OLE color: 6554419.

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

Color convert

RGB 51 3 100 -
CMYK 0.49 0.97 0 0.61
HSL 269.69º 0.94% 0.2% -
HSV(B) 269.69º 0.97% 0.39% -
XYZ 3.7 1.69 12.19 -
YUV 28.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 51 3 100 0.49 0.97 0 0.61 269.69 0.94 0.2
Hex 33 3 64 31 61 0 3D 10E 5E 14
Octal 63 3 144 61 141 0 75 416 136 24
Binary 110011 11 1100100 110001 1100001 0 111101 100001110 1011110 10100

Color Harmonies of #330364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330364

Black with #330364

Text Example


Text Example

White with #330364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330364; }

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

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

background-color css

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

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

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

border-color css

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

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

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