Html Css Color HEX #3B1284 Persian Indigo

📋 copy color: '#3B1284'

red 59 ◦ green 18 ◦ blue 132

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

Shades of Persian Indigo #3B1284

Tints of Persian Indigo #3B1284

RGB

 RED value IS 59 (23.44% from 255) = 28.23%

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

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

R = 28.23%
G = 8.61%
B = 63.16%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3B1284 (or 0x3B1284) is known color: Persian Indigo. HEX triplet: 3B, 12 and 84. RGB value is (59,18,132). Sum of RGB (Red+Green+Blue) = 59+18+132=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1284 is #C4ED7B. Grayscale: #2A2A2A. Windows color (decimal): -12905852 or 8655419. OLE color: 8655419.

HSL color Cylindrical-coordinate representation of color #3B1284: hue angle of 261.58º 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 #3B1284 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 18 132 -
CMYK 0.55 0.86 0 0.48
HSL 261.58º 0.76% 0.29% -
HSV(B) 261.58º 0.86% 0.52% -
XYZ 6.18 3.03 22.09 -
YUV 43.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 59 18 132 0.55 0.86 0 0.48 261.58 0.76 0.29
Hex 3B 12 84 37 56 0 30 106 4C 1D
Octal 73 22 204 67 126 0 60 406 114 35
Binary 111011 10010 10000100 110111 1010110 0 110000 100000110 1001100 11101

Color Harmonies of #3B1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1284

Black with #3B1284

Text Example


Text Example

White with #3B1284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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