Html Css Color HEX #320667 Persian Indigo

📋 copy color: '#320667'

red 50 ◦ green 6 ◦ blue 103

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

Shades of Persian Indigo #320667

Tints of Persian Indigo #320667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 64.78%

R = 31.45%
G = 3.77%
B = 64.78%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#320667 (or 0x320667) is known color: Persian Indigo. HEX triplet: 32, 06 and 67. RGB value is (50,6,103). Sum of RGB (Red+Green+Blue) = 50+6+103=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 103 (40.62% from 255 or 64.78% from 159); Max value from RGB is 103 - color contains mainly: blue. Hex color #320667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320667 is #CDF998. Grayscale: #1D1D1D. Windows color (decimal): -13498777 or 6751794. OLE color: 6751794.

HSL color Cylindrical-coordinate representation of color #320667: hue angle of 267.22º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320667 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 6 103 -
CMYK 0.51 0.94 0 0.60
HSL 267.22º 0.89% 0.21% -
HSV(B) 267.22º 0.94% 0.4% -
XYZ 3.83 1.79 12.98 -
YUV 30.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 50 6 103 0.51 0.94 0 0.60 267.22 0.89 0.21
Hex 32 6 67 33 5E 0 3C 10B 59 15
Octal 62 6 147 63 136 0 74 413 131 25
Binary 110010 110 1100111 110011 1011110 0 111100 100001011 1011001 10101

Color Harmonies of #320667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320667

Black with #320667

Text Example


Text Example

White with #320667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320667; }

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

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

background-color css

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

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

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

border-color css

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

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

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