Html Css Color HEX #321B76 Persian Indigo

📋 copy color: '#321B76'

red 50 ◦ green 27 ◦ blue 118

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

Shades of Persian Indigo #321B76

Tints of Persian Indigo #321B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.85%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 25.64%
G = 13.85%
B = 60.51%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#321B76 (or 0x321B76) is known color: Persian Indigo. HEX triplet: 32, 1B and 76. RGB value is (50,27,118). Sum of RGB (Red+Green+Blue) = 50+27+118=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #321B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321B76 is #CDE489. Grayscale: #2B2B2B. Windows color (decimal): -13493386 or 7740210. OLE color: 7740210.

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

Color convert

RGB 50 27 118 -
CMYK 0.58 0.77 0 0.54
HSL 255.16º 0.63% 0.28% -
HSV(B) 255.16º 0.77% 0.46% -
XYZ 4.98 2.77 17.41 -
YUV 44.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 50 27 118 0.58 0.77 0 0.54 255.16 0.63 0.28
Hex 32 1B 76 3A 4D 0 36 FF 3F 1C
Octal 62 33 166 72 115 0 66 377 77 34
Binary 110010 11011 1110110 111010 1001101 0 110110 11111111 111111 11100

Color Harmonies of #321B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B76

Black with #321B76

Text Example


Text Example

White with #321B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,27,118); }

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

background-color css

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

 a { background-color: rgb(50,27,118); }

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

border-color css

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

 span { border-color: rgb(50,27,118); }

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