Html Css Color HEX #3A1285 Persian Indigo

📋 copy color: '#3A1285'

red 58 ◦ green 18 ◦ blue 133

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

Shades of Persian Indigo #3A1285

Tints of Persian Indigo #3A1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 27.75%
G = 8.61%
B = 63.64%

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

#3A1285 (or 0x3A1285) is known color: Persian Indigo. HEX triplet: 3A, 12 and 85. RGB value is (58,18,133). Sum of RGB (Red+Green+Blue) = 58+18+133=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A1285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1285 is #C5ED7A. Grayscale: #2A2A2A. Windows color (decimal): -12971387 or 8720954. OLE color: 8720954.

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

Color convert

RGB 58 18 133 -
CMYK 0.56 0.86 0 0.48
HSL 260.87º 0.76% 0.3% -
HSV(B) 260.87º 0.86% 0.52% -
XYZ 6.19 3.03 22.45 -
YUV 43.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 58 18 133 0.56 0.86 0 0.48 260.87 0.76 0.3
Hex 3A 12 85 38 56 0 30 105 4C 1E
Octal 72 22 205 70 126 0 60 405 114 36
Binary 111010 10010 10000101 111000 1010110 0 110000 100000101 1001100 11110

Color Harmonies of #3A1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1285

Black with #3A1285

Text Example


Text Example

White with #3A1285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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