Html Css Color HEX #321598 Persian Indigo

📋 copy color: '#321598'

red 50 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #321598

Tints of Persian Indigo #321598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 152 (59.77% from 255) = 68.16%

R = 22.42%
G = 9.42%
B = 68.16%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#321598 (or 0x321598) is known color: Persian Indigo. HEX triplet: 32, 15 and 98. RGB value is (50,21,152). Sum of RGB (Red+Green+Blue) = 50+21+152=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #321598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321598 is #CDEA67. Grayscale: #2C2C2C. Windows color (decimal): -13494888 or 9966898. OLE color: 9966898.

HSL color Cylindrical-coordinate representation of color #321598: hue angle of 253.28º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321598 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 21 152 -
CMYK 0.67 0.86 0 0.40
HSL 253.28º 0.76% 0.34% -
HSV(B) 253.28º 0.86% 0.6% -
XYZ 7.25 3.48 30 -
YUV 44.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 50 21 152 0.67 0.86 0 0.40 253.28 0.76 0.34
Hex 32 15 98 43 56 0 28 FD 4C 22
Octal 62 25 230 103 126 0 50 375 114 42
Binary 110010 10101 10011000 1000011 1010110 0 101000 11111101 1001100 100010

Color Harmonies of #321598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321598

Black with #321598

Text Example


Text Example

White with #321598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321598; }

 p { color: rgb(50,21,152); }

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

background-color css

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

 a { background-color: rgb(50,21,152); }

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

border-color css

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

 span { border-color: rgb(50,21,152); }

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