Html Css Color HEX #320468 Persian Indigo

📋 copy color: '#320468'

red 50 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #320468

Tints of Persian Indigo #320468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 31.65%
G = 2.53%
B = 65.82%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320468 (or 0x320468) is known color: Persian Indigo. HEX triplet: 32, 04 and 68. RGB value is (50,4,104). Sum of RGB (Red+Green+Blue) = 50+4+104=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #320468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320468 is #CDFB97. Grayscale: #1C1C1C. Windows color (decimal): -13499288 or 6816818. OLE color: 6816818.

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

Color convert

RGB 50 4 104 -
CMYK 0.52 0.96 0 0.59
HSL 267.6º 0.93% 0.21% -
HSV(B) 267.6º 0.96% 0.41% -
XYZ 3.86 1.76 13.23 -
YUV 29.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 50 4 104 0.52 0.96 0 0.59 267.6 0.93 0.21
Hex 32 4 68 34 60 0 3B 10C 5D 15
Octal 62 4 150 64 140 0 73 414 135 25
Binary 110010 100 1101000 110100 1100000 0 111011 100001100 1011101 10101

Color Harmonies of #320468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320468

Black with #320468

Text Example


Text Example

White with #320468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320468; }

 p { color: rgb(50,4,104); }

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

background-color css

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

 a { background-color: rgb(50,4,104); }

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

border-color css

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

 span { border-color: rgb(50,4,104); }

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