Html Css Color HEX #320188 Persian Indigo

📋 copy color: '#320188'

red 50 ◦ green 1 ◦ blue 136

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

Shades of Persian Indigo #320188

Tints of Persian Indigo #320188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 26.74%
G = 0.53%
B = 72.73%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#320188 (or 0x320188) is known color: Persian Indigo. HEX triplet: 32, 01 and 88. RGB value is (50,1,136). Sum of RGB (Red+Green+Blue) = 50+1+136=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #320188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320188 is #CDFE77. Grayscale: #1E1E1E. Windows color (decimal): -13500024 or 8913202. OLE color: 8913202.

HSL color Cylindrical-coordinate representation of color #320188: hue angle of 261.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320188 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 1 136 -
CMYK 0.63 0.99 0 0.47
HSL 261.78º 0.99% 0.27% -
HSV(B) 261.78º 0.99% 0.53% -
XYZ 5.77 2.48 23.47 -
YUV 31.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 50 1 136 0.63 0.99 0 0.47 261.78 0.99 0.27
Hex 32 1 88 3F 63 0 2F 106 63 1B
Octal 62 1 210 77 143 0 57 406 143 33
Binary 110010 1 10001000 111111 1100011 0 101111 100000110 1100011 11011

Color Harmonies of #320188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320188

Black with #320188

Text Example


Text Example

White with #320188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320188; }

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

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

background-color css

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

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

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

border-color css

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

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

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