Html Css Color HEX #320568 Persian Indigo

📋 copy color: '#320568'

red 50 ◦ green 5 ◦ blue 104

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

Shades of Persian Indigo #320568

Tints of Persian Indigo #320568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 31.45%
G = 3.14%
B = 65.41%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320568 (or 0x320568) is known color: Persian Indigo. HEX triplet: 32, 05 and 68. RGB value is (50,5,104). Sum of RGB (Red+Green+Blue) = 50+5+104=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #320568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320568 is #CDFA97. Grayscale: #1D1D1D. Windows color (decimal): -13499032 or 6817074. OLE color: 6817074.

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

Color convert

RGB 50 5 104 -
CMYK 0.52 0.95 0 0.59
HSL 267.27º 0.91% 0.21% -
HSV(B) 267.27º 0.95% 0.41% -
XYZ 3.87 1.79 13.24 -
YUV 29.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 50 5 104 0.52 0.95 0 0.59 267.27 0.91 0.21
Hex 32 5 68 34 5F 0 3B 10B 5B 15
Octal 62 5 150 64 137 0 73 413 133 25
Binary 110010 101 1101000 110100 1011111 0 111011 100001011 1011011 10101

Color Harmonies of #320568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320568

Black with #320568

Text Example


Text Example

White with #320568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320568; }

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

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

background-color css

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

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

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

border-color css

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

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

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