Html Css Color HEX #320692 Persian Indigo

📋 copy color: '#320692'

red 50 ◦ green 6 ◦ blue 146

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

Shades of Persian Indigo #320692

Tints of Persian Indigo #320692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 24.75%
G = 2.97%
B = 72.28%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320692 (or 0x320692) is known color: Persian Indigo. HEX triplet: 32, 06 and 92. RGB value is (50,6,146). Sum of RGB (Red+Green+Blue) = 50+6+146=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #320692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320692 is #CDF96D. Grayscale: #222222. Windows color (decimal): -13498734 or 9569842. OLE color: 9569842.

HSL color Cylindrical-coordinate representation of color #320692: hue angle of 258.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320692 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 6 146 -
CMYK 0.66 0.96 0 0.43
HSL 258.86º 0.92% 0.3% -
HSV(B) 258.86º 0.96% 0.57% -
XYZ 6.57 2.88 27.4 -
YUV 35.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 50 6 146 0.66 0.96 0 0.43 258.86 0.92 0.3
Hex 32 6 92 42 60 0 2B 103 5C 1E
Octal 62 6 222 102 140 0 53 403 134 36
Binary 110010 110 10010010 1000010 1100000 0 101011 100000011 1011100 11110

Color Harmonies of #320692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320692

Black with #320692

Text Example


Text Example

White with #320692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320692; }

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

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

background-color css

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

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

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

border-color css

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

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

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