Html Css Color HEX #321D9F Persian Indigo

📋 copy color: '#321D9F'

red 50 ◦ green 29 ◦ blue 159

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

Shades of Persian Indigo #321D9F

Tints of Persian Indigo #321D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 21.01%
G = 12.18%
B = 66.81%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#321D9F (or 0x321D9F) is known color: Persian Indigo. HEX triplet: 32, 1D and 9F. RGB value is (50,29,159). Sum of RGB (Red+Green+Blue) = 50+29+159=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #321D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321D9F is #CDE260. Grayscale: #313131. Windows color (decimal): -13492833 or 10427698. OLE color: 10427698.

HSL color Cylindrical-coordinate representation of color #321D9F: hue angle of 249.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321D9F is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 29 159 -
CMYK 0.69 0.82 0 0.38
HSL 249.69º 0.69% 0.37% -
HSV(B) 249.69º 0.82% 0.62% -
XYZ 8.01 4.06 33.16 -
YUV 50.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 50 29 159 0.69 0.82 0 0.38 249.69 0.69 0.37
Hex 32 1D 9F 45 52 0 26 FA 45 25
Octal 62 35 237 105 122 0 46 372 105 45
Binary 110010 11101 10011111 1000101 1010010 0 100110 11111010 1000101 100101

Color Harmonies of #321D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D9F

Black with #321D9F

Text Example


Text Example

White with #321D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321D9F; }

 p { color: rgb(50,29,159); }

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

background-color css

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

 a { background-color: rgb(50,29,159); }

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

border-color css

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

 span { border-color: rgb(50,29,159); }

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