Html Css Color HEX #321082 Persian Indigo

📋 copy color: '#321082'

red 50 ◦ green 16 ◦ blue 130

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

Shades of Persian Indigo #321082

Tints of Persian Indigo #321082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 66.33%

R = 25.51%
G = 8.16%
B = 66.33%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321082 (or 0x321082) is known color: Persian Indigo. HEX triplet: 32, 10 and 82. RGB value is (50,16,130). Sum of RGB (Red+Green+Blue) = 50+16+130=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #321082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321082 is #CDEF7D. Grayscale: #262626. Windows color (decimal): -13496190 or 8523826. OLE color: 8523826.

HSL color Cylindrical-coordinate representation of color #321082: hue angle of 257.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321082 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 16 130 -
CMYK 0.62 0.88 0 0.49
HSL 257.89º 0.78% 0.29% -
HSV(B) 257.89º 0.88% 0.51% -
XYZ 5.53 2.66 21.34 -
YUV 39.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 50 16 130 0.62 0.88 0 0.49 257.89 0.78 0.29
Hex 32 10 82 3E 58 0 31 102 4E 1D
Octal 62 20 202 76 130 0 61 402 116 35
Binary 110010 10000 10000010 111110 1011000 0 110001 100000010 1001110 11101

Color Harmonies of #321082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321082

Black with #321082

Text Example


Text Example

White with #321082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321082; }

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

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

background-color css

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

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

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

border-color css

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

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

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