Html Css Color HEX #320674 Persian Indigo

📋 copy color: '#320674'

red 50 ◦ green 6 ◦ blue 116

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

Shades of Persian Indigo #320674

Tints of Persian Indigo #320674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 29.07%
G = 3.49%
B = 67.44%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320674 (or 0x320674) is known color: Persian Indigo. HEX triplet: 32, 06 and 74. RGB value is (50,6,116). Sum of RGB (Red+Green+Blue) = 50+6+116=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #320674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320674 is #CDF98B. Grayscale: #1F1F1F. Windows color (decimal): -13498764 or 7603762. OLE color: 7603762.

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

Color convert

RGB 50 6 116 -
CMYK 0.57 0.95 0 0.55
HSL 264º 0.9% 0.24% -
HSV(B) 264º 0.95% 0.45% -
XYZ 4.53 2.07 16.68 -
YUV 31.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 50 6 116 0.57 0.95 0 0.55 264 0.9 0.24
Hex 32 6 74 39 5F 0 37 108 5A 18
Octal 62 6 164 71 137 0 67 410 132 30
Binary 110010 110 1110100 111001 1011111 0 110111 100001000 1011010 11000

Color Harmonies of #320674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320674

Black with #320674

Text Example


Text Example

White with #320674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320674; }

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

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

background-color css

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

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

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

border-color css

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

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

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