Html Css Color HEX #320198 Persian Indigo

📋 copy color: '#320198'

red 50 ◦ green 1 ◦ blue 152

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

Shades of Persian Indigo #320198

Tints of Persian Indigo #320198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 24.63%
G = 0.49%
B = 74.88%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#320198 (or 0x320198) is known color: Persian Indigo. HEX triplet: 32, 01 and 98. RGB value is (50,1,152). Sum of RGB (Red+Green+Blue) = 50+1+152=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #320198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320198 is #CDFE67. Grayscale: #202020. Windows color (decimal): -13500008 or 9961778. OLE color: 9961778.

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

Color convert

RGB 50 1 152 -
CMYK 0.67 0.99 0 0.40
HSL 259.47º 0.99% 0.3% -
HSV(B) 259.47º 0.99% 0.6% -
XYZ 6.99 2.97 29.91 -
YUV 32.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 50 1 152 0.67 0.99 0 0.40 259.47 0.99 0.3
Hex 32 1 98 43 63 0 28 103 63 1E
Octal 62 1 230 103 143 0 50 403 143 36
Binary 110010 1 10011000 1000011 1100011 0 101000 100000011 1100011 11110

Color Harmonies of #320198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320198

Black with #320198

Text Example


Text Example

White with #320198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320198; }

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

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

background-color css

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

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

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

border-color css

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

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

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