Html Css Color HEX #320284 Persian Indigo

📋 copy color: '#320284'

red 50 ◦ green 2 ◦ blue 132

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

Shades of Persian Indigo #320284

Tints of Persian Indigo #320284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 27.17%
G = 1.09%
B = 71.74%

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

#320284 (or 0x320284) is known color: Persian Indigo. HEX triplet: 32, 02 and 84. RGB value is (50,2,132). Sum of RGB (Red+Green+Blue) = 50+2+132=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #320284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320284 is #CDFD7B. Grayscale: #1E1E1E. Windows color (decimal): -13499772 or 8651314. OLE color: 8651314.

HSL color Cylindrical-coordinate representation of color #320284: hue angle of 262.15º degrees, saturation: 0.97, 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 #320284 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 2 132 -
CMYK 0.62 0.98 0 0.48
HSL 262.15º 0.97% 0.26% -
HSV(B) 262.15º 0.98% 0.52% -
XYZ 5.5 2.39 22 -
YUV 31.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 50 2 132 0.62 0.98 0 0.48 262.15 0.97 0.26
Hex 32 2 84 3E 62 0 30 106 61 1A
Octal 62 2 204 76 142 0 60 406 141 32
Binary 110010 10 10000100 111110 1100010 0 110000 100000110 1100001 11010

Color Harmonies of #320284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320284

Black with #320284

Text Example


Text Example

White with #320284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320284; }

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

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

background-color css

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

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

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

border-color css

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

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

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