Html Css Color HEX #320364 Persian Indigo

📋 copy color: '#320364'

red 50 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #320364

Tints of Persian Indigo #320364

RGB

 RED value IS 50 (19.92% from 255) = 32.68%

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

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

R = 32.68%
G = 1.96%
B = 65.36%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#320364 (or 0x320364) is known color: Persian Indigo. HEX triplet: 32, 03 and 64. RGB value is (50,3,100). Sum of RGB (Red+Green+Blue) = 50+3+100=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #320364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320364 is #CDFC9B. Grayscale: #1B1B1B. Windows color (decimal): -13499548 or 6554418. OLE color: 6554418.

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

Color convert

RGB 50 3 100 -
CMYK 0.50 0.97 0 0.61
HSL 269.07º 0.94% 0.2% -
HSV(B) 269.07º 0.97% 0.39% -
XYZ 3.65 1.66 12.19 -
YUV 28.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 50 3 100 0.50 0.97 0 0.61 269.07 0.94 0.2
Hex 32 3 64 32 61 0 3D 10D 5E 14
Octal 62 3 144 62 141 0 75 415 136 24
Binary 110010 11 1100100 110010 1100001 0 111101 100001101 1011110 10100

Color Harmonies of #320364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320364

Black with #320364

Text Example


Text Example

White with #320364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320364; }

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

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

background-color css

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

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

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

border-color css

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

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

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