Html Css Color HEX #320B67 Persian Indigo

📋 copy color: '#320B67'

red 50 ◦ green 11 ◦ blue 103

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

Shades of Persian Indigo #320B67

Tints of Persian Indigo #320B67

RGB

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

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

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

R = 30.49%
G = 6.71%
B = 62.8%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#320B67 (or 0x320B67) is known color: Persian Indigo. HEX triplet: 32, 0B and 67. RGB value is (50,11,103). Sum of RGB (Red+Green+Blue) = 50+11+103=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #320B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B67 is #CDF498. Grayscale: #202020. Windows color (decimal): -13497497 or 6753074. OLE color: 6753074.

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

Color convert

RGB 50 11 103 -
CMYK 0.51 0.89 0 0.60
HSL 265.43º 0.81% 0.22% -
HSV(B) 265.43º 0.89% 0.4% -
XYZ 3.88 1.9 12.99 -
YUV 33.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 50 11 103 0.51 0.89 0 0.60 265.43 0.81 0.22
Hex 32 B 67 33 59 0 3C 109 51 16
Octal 62 13 147 63 131 0 74 411 121 26
Binary 110010 1011 1100111 110011 1011001 0 111100 100001001 1010001 10110

Color Harmonies of #320B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B67

Black with #320B67

Text Example


Text Example

White with #320B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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