Html Css Color HEX #3D1A8B Persian Indigo

📋 copy color: '#3D1A8B'

red 61 ◦ green 26 ◦ blue 139

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

Shades of Persian Indigo #3D1A8B

Tints of Persian Indigo #3D1A8B

RGB

 RED value IS 61 (24.22% from 255) = 26.99%

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 26.99%
G = 11.5%
B = 61.5%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D1A8B (or 0x3D1A8B) is known color: Persian Indigo. HEX triplet: 3D, 1A and 8B. RGB value is (61,26,139). Sum of RGB (Red+Green+Blue) = 61+26+139=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D1A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1A8B is #C2E574. Grayscale: #303030. Windows color (decimal): -12772725 or 9116221. OLE color: 9116221.

HSL color Cylindrical-coordinate representation of color #3D1A8B: hue angle of 258.58º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1A8B is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 26 139 -
CMYK 0.56 0.81 0 0.45
HSL 258.58º 0.68% 0.32% -
HSV(B) 258.58º 0.81% 0.55% -
XYZ 6.95 3.59 24.75 -
YUV 49.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 61 26 139 0.56 0.81 0 0.45 258.58 0.68 0.32
Hex 3D 1A 8B 38 51 0 2D 103 44 20
Octal 75 32 213 70 121 0 55 403 104 40
Binary 111101 11010 10001011 111000 1010001 0 101101 100000011 1000100 100000

Color Harmonies of #3D1A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1A8B

Black with #3D1A8B

Text Example


Text Example

White with #3D1A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,26,139); }

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

background-color css

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

 a { background-color: rgb(61,26,139); }

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

border-color css

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

 span { border-color: rgb(61,26,139); }

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