Html Css Color HEX #321088 Persian Indigo

📋 copy color: '#321088'

red 50 ◦ green 16 ◦ blue 136

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

Shades of Persian Indigo #321088

Tints of Persian Indigo #321088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 24.75%
G = 7.92%
B = 67.33%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#321088 (or 0x321088) is known color: Persian Indigo. HEX triplet: 32, 10 and 88. RGB value is (50,16,136). Sum of RGB (Red+Green+Blue) = 50+16+136=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #321088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321088 is #CDEF77. Grayscale: #272727. Windows color (decimal): -13496184 or 8917042. OLE color: 8917042.

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

Color convert

RGB 50 16 136 -
CMYK 0.63 0.88 0 0.47
HSL 257º 0.79% 0.3% -
HSV(B) 257º 0.88% 0.53% -
XYZ 5.94 2.83 23.52 -
YUV 39.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 50 16 136 0.63 0.88 0 0.47 257 0.79 0.3
Hex 32 10 88 3F 58 0 2F 101 4F 1E
Octal 62 20 210 77 130 0 57 401 117 36
Binary 110010 10000 10001000 111111 1011000 0 101111 100000001 1001111 11110

Color Harmonies of #321088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321088

Black with #321088

Text Example


Text Example

White with #321088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321088; }

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

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

background-color css

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

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

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

border-color css

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

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

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