Html Css Color HEX #320F84 Persian Indigo

📋 copy color: '#320F84'

red 50 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #320F84

Tints of Persian Indigo #320F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.61%

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

R = 25.38%
G = 7.61%
B = 67.01%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#320F84 (or 0x320F84) is known color: Persian Indigo. HEX triplet: 32, 0F and 84. RGB value is (50,15,132). Sum of RGB (Red+Green+Blue) = 50+15+132=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #320F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F84 is #CDF07B. Grayscale: #262626. Windows color (decimal): -13496444 or 8654642. OLE color: 8654642.

HSL color Cylindrical-coordinate representation of color #320F84: hue angle of 257.95º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320F84 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 15 132 -
CMYK 0.62 0.89 0 0.48
HSL 257.95º 0.8% 0.29% -
HSV(B) 257.95º 0.89% 0.52% -
XYZ 5.65 2.69 22.05 -
YUV 38.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 50 15 132 0.62 0.89 0 0.48 257.95 0.8 0.29
Hex 32 F 84 3E 59 0 30 102 50 1D
Octal 62 17 204 76 131 0 60 402 120 35
Binary 110010 1111 10000100 111110 1011001 0 110000 100000010 1010000 11101

Color Harmonies of #320F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320F84

Black with #320F84

Text Example


Text Example

White with #320F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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