Html Css Color HEX #320384 Persian Indigo

📋 copy color: '#320384'

red 50 ◦ green 3 ◦ blue 132

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

Shades of Persian Indigo #320384

Tints of Persian Indigo #320384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 71.35%

R = 27.03%
G = 1.62%
B = 71.35%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#320384 (or 0x320384) is known color: Persian Indigo. HEX triplet: 32, 03 and 84. RGB value is (50,3,132). Sum of RGB (Red+Green+Blue) = 50+3+132=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #320384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320384 is #CDFC7B. Grayscale: #1F1F1F. Windows color (decimal): -13499516 or 8651570. OLE color: 8651570.

HSL color Cylindrical-coordinate representation of color #320384: hue angle of 261.86º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320384 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 3 132 -
CMYK 0.62 0.98 0 0.48
HSL 261.86º 0.96% 0.26% -
HSV(B) 261.86º 0.98% 0.52% -
XYZ 5.51 2.41 22 -
YUV 31.76 184.57 141.01 -
System Red Green Blue C M Y K H S L
Decimal 50 3 132 0.62 0.98 0 0.48 261.86 0.96 0.26
Hex 32 3 84 3E 62 0 30 106 60 1A
Octal 62 3 204 76 142 0 60 406 140 32
Binary 110010 11 10000100 111110 1100010 0 110000 100000110 1100000 11010

Color Harmonies of #320384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320384

Black with #320384

Text Example


Text Example

White with #320384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320384; }

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

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

background-color css

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

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

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

border-color css

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

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

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