Html Css Color HEX #320387 Persian Indigo

📋 copy color: '#320387'

red 50 ◦ green 3 ◦ blue 135

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

Shades of Persian Indigo #320387

Tints of Persian Indigo #320387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 26.6%
G = 1.6%
B = 71.81%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#320387 (or 0x320387) is known color: Persian Indigo. HEX triplet: 32, 03 and 87. RGB value is (50,3,135). Sum of RGB (Red+Green+Blue) = 50+3+135=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #320387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320387 is #CDFC78. Grayscale: #1F1F1F. Windows color (decimal): -13499513 or 8848178. OLE color: 8848178.

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

Color convert

RGB 50 3 135 -
CMYK 0.63 0.98 0 0.47
HSL 261.36º 0.96% 0.27% -
HSV(B) 261.36º 0.98% 0.53% -
XYZ 5.72 2.49 23.1 -
YUV 32.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 50 3 135 0.63 0.98 0 0.47 261.36 0.96 0.27
Hex 32 3 87 3F 62 0 2F 105 60 1B
Octal 62 3 207 77 142 0 57 405 140 33
Binary 110010 11 10000111 111111 1100010 0 101111 100000101 1100000 11011

Color Harmonies of #320387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320387

Black with #320387

Text Example


Text Example

White with #320387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320387; }

 p { color: rgb(50,3,135); }

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

background-color css

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

 a { background-color: rgb(50,3,135); }

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

border-color css

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

 span { border-color: rgb(50,3,135); }

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