Html Css Color HEX #3D1799 Persian Indigo

📋 copy color: '#3D1799'

red 61 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #3D1799

Tints of Persian Indigo #3D1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 25.74%
G = 9.7%
B = 64.56%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3D1799 (or 0x3D1799) is known color: Persian Indigo. HEX triplet: 3D, 17 and 99. RGB value is (61,23,153). Sum of RGB (Red+Green+Blue) = 61+23+153=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #3D1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1799 is #C2E866. Grayscale: #303030. Windows color (decimal): -12773479 or 10032957. OLE color: 10032957.

HSL color Cylindrical-coordinate representation of color #3D1799: hue angle of 257.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1799 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 23 153 -
CMYK 0.60 0.85 0 0.4
HSL 257.54º 0.74% 0.35% -
HSV(B) 257.54º 0.85% 0.6% -
XYZ 7.98 3.9 30.47 -
YUV 49.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 61 23 153 0.60 0.85 0 0.4 257.54 0.74 0.35
Hex 3D 17 99 3C 55 0 28 102 4A 23
Octal 75 27 231 74 125 0 50 402 112 43
Binary 111101 10111 10011001 111100 1010101 0 101000 100000010 1001010 100011

Color Harmonies of #3D1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1799

Black with #3D1799

Text Example


Text Example

White with #3D1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,23,153); }

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

background-color css

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

 a { background-color: rgb(61,23,153); }

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

border-color css

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

 span { border-color: rgb(61,23,153); }

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