Html Css Color HEX #3D1492 Persian Indigo

📋 copy color: '#3D1492'

red 61 ◦ green 20 ◦ blue 146

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

Shades of Persian Indigo #3D1492

Tints of Persian Indigo #3D1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 26.87%
G = 8.81%
B = 64.32%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D1492 (or 0x3D1492) is known color: Persian Indigo. HEX triplet: 3D, 14 and 92. RGB value is (61,20,146). Sum of RGB (Red+Green+Blue) = 61+20+146=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D1492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1492 is #C2EB6D. Grayscale: #2E2E2E. Windows color (decimal): -12774254 or 9573437. OLE color: 9573437.

HSL color Cylindrical-coordinate representation of color #3D1492: hue angle of 259.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1492 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 20 146 -
CMYK 0.58 0.86 0 0.43
HSL 259.52º 0.76% 0.33% -
HSV(B) 259.52º 0.86% 0.57% -
XYZ 7.36 3.57 27.49 -
YUV 46.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 61 20 146 0.58 0.86 0 0.43 259.52 0.76 0.33
Hex 3D 14 92 3A 56 0 2B 104 4C 21
Octal 75 24 222 72 126 0 53 404 114 41
Binary 111101 10100 10010010 111010 1010110 0 101011 100000100 1001100 100001

Color Harmonies of #3D1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1492

Black with #3D1492

Text Example


Text Example

White with #3D1492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,20,146); }

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

background-color css

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

 a { background-color: rgb(61,20,146); }

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

border-color css

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

 span { border-color: rgb(61,20,146); }

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