Html Css Color HEX #320B69 Persian Indigo

📋 copy color: '#320B69'

red 50 ◦ green 11 ◦ blue 105

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

Shades of Persian Indigo #320B69

Tints of Persian Indigo #320B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.25%

R = 30.12%
G = 6.63%
B = 63.25%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320B69 (or 0x320B69) is known color: Persian Indigo. HEX triplet: 32, 0B and 69. RGB value is (50,11,105). Sum of RGB (Red+Green+Blue) = 50+11+105=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #320B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B69 is #CDF496. Grayscale: #212121. Windows color (decimal): -13497495 or 6884146. OLE color: 6884146.

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

Color convert

RGB 50 11 105 -
CMYK 0.52 0.90 0 0.59
HSL 264.89º 0.81% 0.23% -
HSV(B) 264.89º 0.9% 0.41% -
XYZ 3.98 1.94 13.53 -
YUV 33.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 50 11 105 0.52 0.90 0 0.59 264.89 0.81 0.23
Hex 32 B 69 34 5A 0 3B 109 51 17
Octal 62 13 151 64 132 0 73 411 121 27
Binary 110010 1011 1101001 110100 1011010 0 111011 100001001 1010001 10111

Color Harmonies of #320B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320B69

Black with #320B69

Text Example


Text Example

White with #320B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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