Html Css Color HEX #320392 Persian Indigo

📋 copy color: '#320392'

red 50 ◦ green 3 ◦ blue 146

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

Shades of Persian Indigo #320392

Tints of Persian Indigo #320392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 25.13%
G = 1.51%
B = 73.37%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320392 (or 0x320392) is known color: Persian Indigo. HEX triplet: 32, 03 and 92. RGB value is (50,3,146). Sum of RGB (Red+Green+Blue) = 50+3+146=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #320392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320392 is #CDFC6D. Grayscale: #202020. Windows color (decimal): -13499502 or 9569074. OLE color: 9569074.

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

Color convert

RGB 50 3 146 -
CMYK 0.66 0.98 0 0.43
HSL 259.72º 0.96% 0.29% -
HSV(B) 259.72º 0.98% 0.57% -
XYZ 6.54 2.82 27.39 -
YUV 33.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 50 3 146 0.66 0.98 0 0.43 259.72 0.96 0.29
Hex 32 3 92 42 62 0 2B 104 60 1D
Octal 62 3 222 102 142 0 53 404 140 35
Binary 110010 11 10010010 1000010 1100010 0 101011 100000100 1100000 11101

Color Harmonies of #320392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320392

Black with #320392

Text Example


Text Example

White with #320392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320392; }

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

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

background-color css

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

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

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

border-color css

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

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

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