Html Css Color HEX #320598 Persian Indigo

📋 copy color: '#320598'

red 50 ◦ green 5 ◦ blue 152

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

Shades of Persian Indigo #320598

Tints of Persian Indigo #320598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 24.15%
G = 2.42%
B = 73.43%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#320598 (or 0x320598) is known color: Persian Indigo. HEX triplet: 32, 05 and 98. RGB value is (50,5,152). Sum of RGB (Red+Green+Blue) = 50+5+152=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #320598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320598 is #CDFA67. Grayscale: #222222. Windows color (decimal): -13498984 or 9962802. OLE color: 9962802.

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

Color convert

RGB 50 5 152 -
CMYK 0.67 0.97 0 0.40
HSL 258.37º 0.94% 0.31% -
HSV(B) 258.37º 0.97% 0.6% -
XYZ 7.04 3.05 29.92 -
YUV 35.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 50 5 152 0.67 0.97 0 0.40 258.37 0.94 0.31
Hex 32 5 98 43 61 0 28 102 5E 1F
Octal 62 5 230 103 141 0 50 402 136 37
Binary 110010 101 10011000 1000011 1100001 0 101000 100000010 1011110 11111

Color Harmonies of #320598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320598

Black with #320598

Text Example


Text Example

White with #320598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320598; }

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

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

background-color css

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

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

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

border-color css

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

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

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