Html Css Color HEX #321B99 Persian Indigo

📋 copy color: '#321B99'

red 50 ◦ green 27 ◦ blue 153

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

Shades of Persian Indigo #321B99

Tints of Persian Indigo #321B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 21.74%
G = 11.74%
B = 66.52%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#321B99 (or 0x321B99) is known color: Persian Indigo. HEX triplet: 32, 1B and 99. RGB value is (50,27,153). Sum of RGB (Red+Green+Blue) = 50+27+153=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #321B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321B99 is #CDE466. Grayscale: #2F2F2F. Windows color (decimal): -13493351 or 10033970. OLE color: 10033970.

HSL color Cylindrical-coordinate representation of color #321B99: hue angle of 250.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321B99 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 27 153 -
CMYK 0.67 0.82 0 0.4
HSL 250.95º 0.7% 0.35% -
HSV(B) 250.95º 0.82% 0.6% -
XYZ 7.46 3.76 30.47 -
YUV 48.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 50 27 153 0.67 0.82 0 0.4 250.95 0.7 0.35
Hex 32 1B 99 43 52 0 28 FB 46 23
Octal 62 33 231 103 122 0 50 373 106 43
Binary 110010 11011 10011001 1000011 1010010 0 101000 11111011 1000110 100011

Color Harmonies of #321B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B99

Black with #321B99

Text Example


Text Example

White with #321B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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