Html Css Color HEX #320678 Persian Indigo

📋 copy color: '#320678'

red 50 ◦ green 6 ◦ blue 120

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

Shades of Persian Indigo #320678

Tints of Persian Indigo #320678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

 BLUE value IS 120 (47.27% from 255) = 68.18%

R = 28.41%
G = 3.41%
B = 68.18%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320678 (or 0x320678) is known color: Persian Indigo. HEX triplet: 32, 06 and 78. RGB value is (50,6,120). Sum of RGB (Red+Green+Blue) = 50+6+120=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #320678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320678 is #CDF987. Grayscale: #1F1F1F. Windows color (decimal): -13498760 or 7865906. OLE color: 7865906.

HSL color Cylindrical-coordinate representation of color #320678: hue angle of 263.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320678 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 6 120 -
CMYK 0.58 0.95 0 0.53
HSL 263.16º 0.9% 0.25% -
HSV(B) 263.16º 0.95% 0.47% -
XYZ 4.77 2.16 17.94 -
YUV 32.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 50 6 120 0.58 0.95 0 0.53 263.16 0.9 0.25
Hex 32 6 78 3A 5F 0 35 107 5A 19
Octal 62 6 170 72 137 0 65 407 132 31
Binary 110010 110 1111000 111010 1011111 0 110101 100000111 1011010 11001

Color Harmonies of #320678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320678

Black with #320678

Text Example


Text Example

White with #320678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320678; }

 p { color: rgb(50,6,120); }

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

background-color css

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

 a { background-color: rgb(50,6,120); }

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

border-color css

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

 span { border-color: rgb(50,6,120); }

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