Html Css Color HEX #3D1775 Persian Indigo

📋 copy color: '#3D1775'

red 61 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #3D1775

Tints of Persian Indigo #3D1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.21%

R = 30.35%
G = 11.44%
B = 58.21%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1775 (or 0x3D1775) is known color: Persian Indigo. HEX triplet: 3D, 17 and 75. RGB value is (61,23,117). Sum of RGB (Red+Green+Blue) = 61+23+117=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1775 is #C2E88A. Grayscale: #2C2C2C. Windows color (decimal): -12773515 or 7673661. OLE color: 7673661.

HSL color Cylindrical-coordinate representation of color #3D1775: hue angle of 264.26º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1775 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 23 117 -
CMYK 0.48 0.80 0 0.54
HSL 264.26º 0.67% 0.27% -
HSV(B) 264.26º 0.8% 0.46% -
XYZ 5.44 2.89 17.1 -
YUV 45.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 61 23 117 0.48 0.80 0 0.54 264.26 0.67 0.27
Hex 3D 17 75 30 50 0 36 108 43 1B
Octal 75 27 165 60 120 0 66 410 103 33
Binary 111101 10111 1110101 110000 1010000 0 110110 100001000 1000011 11011

Color Harmonies of #3D1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1775

Black with #3D1775

Text Example


Text Example

White with #3D1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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