Html Css Color HEX #3A1284 Persian Indigo

📋 copy color: '#3A1284'

red 58 ◦ green 18 ◦ blue 132

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

Shades of Persian Indigo #3A1284

Tints of Persian Indigo #3A1284

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 132 (51.95% from 255) = 63.46%

R = 27.88%
G = 8.65%
B = 63.46%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A1284 (or 0x3A1284) is known color: Persian Indigo. HEX triplet: 3A, 12 and 84. RGB value is (58,18,132). Sum of RGB (Red+Green+Blue) = 58+18+132=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1284 is #C5ED7B. Grayscale: #2A2A2A. Windows color (decimal): -12971388 or 8655418. OLE color: 8655418.

HSL color Cylindrical-coordinate representation of color #3A1284: hue angle of 261.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1284 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 18 132 -
CMYK 0.56 0.86 0 0.48
HSL 261.05º 0.76% 0.29% -
HSV(B) 261.05º 0.86% 0.52% -
XYZ 6.13 3 22.09 -
YUV 42.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 58 18 132 0.56 0.86 0 0.48 261.05 0.76 0.29
Hex 3A 12 84 38 56 0 30 105 4C 1D
Octal 72 22 204 70 126 0 60 405 114 35
Binary 111010 10010 10000100 111000 1010110 0 110000 100000101 1001100 11101

Color Harmonies of #3A1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1284

Black with #3A1284

Text Example


Text Example

White with #3A1284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A1284; }

 p { color: rgb(58,18,132); }

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

background-color css

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

 a { background-color: rgb(58,18,132); }

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

border-color css

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

 span { border-color: rgb(58,18,132); }

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