Html Css Color HEX #321C9C Persian Indigo

📋 copy color: '#321C9C'

red 50 ◦ green 28 ◦ blue 156

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

Shades of Persian Indigo #321C9C

Tints of Persian Indigo #321C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 21.37%
G = 11.97%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#321C9C (or 0x321C9C) is known color: Persian Indigo. HEX triplet: 32, 1C and 9C. RGB value is (50,28,156). Sum of RGB (Red+Green+Blue) = 50+28+156=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #321C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C9C is #CDE363. Grayscale: #303030. Windows color (decimal): -13493092 or 10230834. OLE color: 10230834.

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

Color convert

RGB 50 28 156 -
CMYK 0.68 0.82 0 0.39
HSL 250.31º 0.7% 0.36% -
HSV(B) 250.31º 0.82% 0.61% -
XYZ 7.73 3.91 31.8 -
YUV 49.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 50 28 156 0.68 0.82 0 0.39 250.31 0.7 0.36
Hex 32 1C 9C 44 52 0 27 FA 46 24
Octal 62 34 234 104 122 0 47 372 106 44
Binary 110010 11100 10011100 1000100 1010010 0 100111 11111010 1000110 100100

Color Harmonies of #321C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C9C

Black with #321C9C

Text Example


Text Example

White with #321C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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