Html Css Color HEX #320B68 Persian Indigo

📋 copy color: '#320B68'

red 50 ◦ green 11 ◦ blue 104

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

Shades of Persian Indigo #320B68

Tints of Persian Indigo #320B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.67%

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

R = 30.3%
G = 6.67%
B = 63.03%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320B68 (or 0x320B68) is known color: Persian Indigo. HEX triplet: 32, 0B and 68. RGB value is (50,11,104). Sum of RGB (Red+Green+Blue) = 50+11+104=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #320B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B68 is #CDF497. Grayscale: #202020. Windows color (decimal): -13497496 or 6818610. OLE color: 6818610.

HSL color Cylindrical-coordinate representation of color #320B68: hue angle of 265.16º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320B68 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 11 104 -
CMYK 0.52 0.89 0 0.59
HSL 265.16º 0.81% 0.23% -
HSV(B) 265.16º 0.89% 0.41% -
XYZ 3.93 1.92 13.26 -
YUV 33.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 50 11 104 0.52 0.89 0 0.59 265.16 0.81 0.23
Hex 32 B 68 34 59 0 3B 109 51 17
Octal 62 13 150 64 131 0 73 411 121 27
Binary 110010 1011 1101000 110100 1011001 0 111011 100001001 1010001 10111

Color Harmonies of #320B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B68

Black with #320B68

Text Example


Text Example

White with #320B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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