Html Css Color HEX #320769 Persian Indigo

📋 copy color: '#320769'

red 50 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #320769

Tints of Persian Indigo #320769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 30.86%
G = 4.32%
B = 64.81%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#320769 (or 0x320769) is known color: Persian Indigo. HEX triplet: 32, 07 and 69. RGB value is (50,7,105). Sum of RGB (Red+Green+Blue) = 50+7+105=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #320769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320769 is #CDF896. Grayscale: #1E1E1E. Windows color (decimal): -13498519 or 6883122. OLE color: 6883122.

HSL color Cylindrical-coordinate representation of color #320769: hue angle of 266.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320769 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 7 105 -
CMYK 0.52 0.93 0 0.59
HSL 266.33º 0.88% 0.22% -
HSV(B) 266.33º 0.93% 0.41% -
XYZ 3.94 1.85 13.51 -
YUV 31.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 50 7 105 0.52 0.93 0 0.59 266.33 0.88 0.22
Hex 32 7 69 34 5D 0 3B 10A 58 16
Octal 62 7 151 64 135 0 73 412 130 26
Binary 110010 111 1101001 110100 1011101 0 111011 100001010 1011000 10110

Color Harmonies of #320769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320769

Black with #320769

Text Example


Text Example

White with #320769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320769; }

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

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

background-color css

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

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

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

border-color css

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

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

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