Html Css Color HEX #320670 Persian Indigo

📋 copy color: '#320670'

red 50 ◦ green 6 ◦ blue 112

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

Shades of Persian Indigo #320670

Tints of Persian Indigo #320670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 66.67%

R = 29.76%
G = 3.57%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320670 (or 0x320670) is known color: Persian Indigo. HEX triplet: 32, 06 and 70. RGB value is (50,6,112). Sum of RGB (Red+Green+Blue) = 50+6+112=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #320670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320670 is #CDF98F. Grayscale: #1E1E1E. Windows color (decimal): -13498768 or 7341618. OLE color: 7341618.

HSL color Cylindrical-coordinate representation of color #320670: hue angle of 264.91º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320670 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 6 112 -
CMYK 0.55 0.95 0 0.56
HSL 264.91º 0.9% 0.23% -
HSV(B) 264.91º 0.95% 0.44% -
XYZ 4.31 1.98 15.48 -
YUV 31.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 50 6 112 0.55 0.95 0 0.56 264.91 0.9 0.23
Hex 32 6 70 37 5F 0 38 109 5A 17
Octal 62 6 160 67 137 0 70 411 132 27
Binary 110010 110 1110000 110111 1011111 0 111000 100001001 1011010 10111

Color Harmonies of #320670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320670

Black with #320670

Text Example


Text Example

White with #320670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320670; }

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

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

background-color css

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

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

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

border-color css

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

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

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