Html Css Color HEX #3D1096 Persian Indigo

📋 copy color: '#3D1096'

red 61 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #3D1096

Tints of Persian Indigo #3D1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 26.87%
G = 7.05%
B = 66.08%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3D1096 (or 0x3D1096) is known color: Persian Indigo. HEX triplet: 3D, 10 and 96. RGB value is (61,16,150). Sum of RGB (Red+Green+Blue) = 61+16+150=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D1096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1096 is #C2EF69. Grayscale: #2C2C2C. Windows color (decimal): -12775274 or 9834557. OLE color: 9834557.

HSL color Cylindrical-coordinate representation of color #3D1096: hue angle of 260.15º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1096 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 16 150 -
CMYK 0.59 0.89 0 0.41
HSL 260.15º 0.81% 0.33% -
HSV(B) 260.15º 0.89% 0.59% -
XYZ 7.61 3.56 29.14 -
YUV 44.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 61 16 150 0.59 0.89 0 0.41 260.15 0.81 0.33
Hex 3D 10 96 3B 59 0 29 104 51 21
Octal 75 20 226 73 131 0 51 404 121 41
Binary 111101 10000 10010110 111011 1011001 0 101001 100000100 1010001 100001

Color Harmonies of #3D1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1096

Black with #3D1096

Text Example


Text Example

White with #3D1096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,16,150); }

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

background-color css

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

 a { background-color: rgb(61,16,150); }

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

border-color css

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

 span { border-color: rgb(61,16,150); }

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