Html Css Color HEX #320287 Persian Indigo

📋 copy color: '#320287'

red 50 ◦ green 2 ◦ blue 135

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

Shades of Persian Indigo #320287

Tints of Persian Indigo #320287

RGB

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

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

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

R = 26.74%
G = 1.07%
B = 72.19%

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

#320287 (or 0x320287) is known color: Persian Indigo. HEX triplet: 32, 02 and 87. RGB value is (50,2,135). Sum of RGB (Red+Green+Blue) = 50+2+135=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #320287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320287 is #CDFD78. Grayscale: #1F1F1F. Windows color (decimal): -13499769 or 8847922. OLE color: 8847922.

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

Color convert

RGB 50 2 135 -
CMYK 0.63 0.99 0 0.47
HSL 261.65º 0.97% 0.27% -
HSV(B) 261.65º 0.99% 0.53% -
XYZ 5.71 2.47 23.1 -
YUV 31.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 50 2 135 0.63 0.99 0 0.47 261.65 0.97 0.27
Hex 32 2 87 3F 63 0 2F 106 61 1B
Octal 62 2 207 77 143 0 57 406 141 33
Binary 110010 10 10000111 111111 1100011 0 101111 100000110 1100001 11011

Color Harmonies of #320287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320287

Black with #320287

Text Example


Text Example

White with #320287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320287; }

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

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

background-color css

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

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

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

border-color css

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

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

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