Html Css Color HEX #3B1682 Persian Indigo

📋 copy color: '#3B1682'

red 59 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #3B1682

Tints of Persian Indigo #3B1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

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

R = 27.96%
G = 10.43%
B = 61.61%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B1682 (or 0x3B1682) is known color: Persian Indigo. HEX triplet: 3B, 16 and 82. RGB value is (59,22,130). Sum of RGB (Red+Green+Blue) = 59+22+130=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B1682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1682 is #C4E97D. Grayscale: #2C2C2C. Windows color (decimal): -12904830 or 8525371. OLE color: 8525371.

HSL color Cylindrical-coordinate representation of color #3B1682: hue angle of 260.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1682 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 22 130 -
CMYK 0.55 0.83 0 0.49
HSL 260.56º 0.71% 0.3% -
HSV(B) 260.56º 0.83% 0.51% -
XYZ 6.12 3.12 21.4 -
YUV 45.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 59 22 130 0.55 0.83 0 0.49 260.56 0.71 0.3
Hex 3B 16 82 37 53 0 31 105 47 1E
Octal 73 26 202 67 123 0 61 405 107 36
Binary 111011 10110 10000010 110111 1010011 0 110001 100000101 1000111 11110

Color Harmonies of #3B1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1682

Black with #3B1682

Text Example


Text Example

White with #3B1682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,22,130); }

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

background-color css

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

 a { background-color: rgb(59,22,130); }

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

border-color css

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

 span { border-color: rgb(59,22,130); }

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