Html Css Color HEX #320288 Persian Indigo

📋 copy color: '#320288'

red 50 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #320288

Tints of Persian Indigo #320288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 26.6%
G = 1.06%
B = 72.34%

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

#320288 (or 0x320288) is known color: Persian Indigo. HEX triplet: 32, 02 and 88. RGB value is (50,2,136). Sum of RGB (Red+Green+Blue) = 50+2+136=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #320288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320288 is #CDFD77. Grayscale: #1F1F1F. Windows color (decimal): -13499768 or 8913458. OLE color: 8913458.

HSL color Cylindrical-coordinate representation of color #320288: hue angle of 261.49º degrees, saturation: 0.97, 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 #320288 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 2 136 -
CMYK 0.63 0.99 0 0.47
HSL 261.49º 0.97% 0.27% -
HSV(B) 261.49º 0.99% 0.53% -
XYZ 5.78 2.5 23.47 -
YUV 31.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 50 2 136 0.63 0.99 0 0.47 261.49 0.97 0.27
Hex 32 2 88 3F 63 0 2F 105 61 1B
Octal 62 2 210 77 143 0 57 405 141 33
Binary 110010 10 10001000 111111 1100011 0 101111 100000101 1100001 11011

Color Harmonies of #320288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320288

Black with #320288

Text Example


Text Example

White with #320288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320288; }

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

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

background-color css

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

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

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

border-color css

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

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

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