Html Css Color HEX #321D8A Persian Indigo

📋 copy color: '#321D8A'

red 50 ◦ green 29 ◦ blue 138

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

Shades of Persian Indigo #321D8A

Tints of Persian Indigo #321D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.59%

R = 23.04%
G = 13.36%
B = 63.59%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#321D8A (or 0x321D8A) is known color: Persian Indigo. HEX triplet: 32, 1D and 8A. RGB value is (50,29,138). Sum of RGB (Red+Green+Blue) = 50+29+138=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #321D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321D8A is #CDE275. Grayscale: #2F2F2F. Windows color (decimal): -13492854 or 9051442. OLE color: 9051442.

HSL color Cylindrical-coordinate representation of color #321D8A: hue angle of 251.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321D8A is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 29 138 -
CMYK 0.64 0.79 0 0.46
HSL 251.56º 0.65% 0.33% -
HSV(B) 251.56º 0.79% 0.54% -
XYZ 6.34 3.39 24.37 -
YUV 47.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 50 29 138 0.64 0.79 0 0.46 251.56 0.65 0.33
Hex 32 1D 8A 40 4F 0 2E FC 41 21
Octal 62 35 212 100 117 0 56 374 101 41
Binary 110010 11101 10001010 1000000 1001111 0 101110 11111100 1000001 100001

Color Harmonies of #321D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D8A

Black with #321D8A

Text Example


Text Example

White with #321D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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