Html Css Color HEX #321C75 Persian Indigo

📋 copy color: '#321C75'

red 50 ◦ green 28 ◦ blue 117

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

Shades of Persian Indigo #321C75

Tints of Persian Indigo #321C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60%

R = 25.64%
G = 14.36%
B = 60%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321C75 (or 0x321C75) is known color: Persian Indigo. HEX triplet: 32, 1C and 75. RGB value is (50,28,117). Sum of RGB (Red+Green+Blue) = 50+28+117=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #321C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C75 is #CDE38A. Grayscale: #2C2C2C. Windows color (decimal): -13493131 or 7674930. OLE color: 7674930.

HSL color Cylindrical-coordinate representation of color #321C75: hue angle of 254.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321C75 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 28 117 -
CMYK 0.57 0.76 0 0.54
HSL 254.83º 0.61% 0.28% -
HSV(B) 254.83º 0.76% 0.46% -
XYZ 4.94 2.79 17.11 -
YUV 44.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 50 28 117 0.57 0.76 0 0.54 254.83 0.61 0.28
Hex 32 1C 75 39 4C 0 36 FF 3D 1C
Octal 62 34 165 71 114 0 66 377 75 34
Binary 110010 11100 1110101 111001 1001100 0 110110 11111111 111101 11100

Color Harmonies of #321C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C75

Black with #321C75

Text Example


Text Example

White with #321C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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