Html Css Color HEX #321C9A Persian Indigo

📋 copy color: '#321C9A'

red 50 ◦ green 28 ◦ blue 154

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

Shades of Persian Indigo #321C9A

Tints of Persian Indigo #321C9A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

 BLUE value IS 154 (60.55% from 255) = 66.38%

R = 21.55%
G = 12.07%
B = 66.38%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#321C9A (or 0x321C9A) is known color: Persian Indigo. HEX triplet: 32, 1C and 9A. RGB value is (50,28,154). Sum of RGB (Red+Green+Blue) = 50+28+154=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #321C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C9A is #CDE365. Grayscale: #303030. Windows color (decimal): -13493094 or 10099762. OLE color: 10099762.

HSL color Cylindrical-coordinate representation of color #321C9A: hue angle of 250.48º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321C9A is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 28 154 -
CMYK 0.68 0.82 0 0.40
HSL 250.48º 0.69% 0.36% -
HSV(B) 250.48º 0.82% 0.6% -
XYZ 7.56 3.84 30.91 -
YUV 48.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 50 28 154 0.68 0.82 0 0.40 250.48 0.69 0.36
Hex 32 1C 9A 44 52 0 28 FA 45 24
Octal 62 34 232 104 122 0 50 372 105 44
Binary 110010 11100 10011010 1000100 1010010 0 101000 11111010 1000101 100100

Color Harmonies of #321C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C9A

Black with #321C9A

Text Example


Text Example

White with #321C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,154); }

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

background-color css

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

 a { background-color: rgb(50,28,154); }

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

border-color css

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

 span { border-color: rgb(50,28,154); }

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