Html Css Color HEX #3D1875 Persian Indigo

📋 copy color: '#3D1875'

red 61 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #3D1875

Tints of Persian Indigo #3D1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 30.2%
G = 11.88%
B = 57.92%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1875 (or 0x3D1875) is known color: Persian Indigo. HEX triplet: 3D, 18 and 75. RGB value is (61,24,117). Sum of RGB (Red+Green+Blue) = 61+24+117=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D1875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1875 is #C2E78A. Grayscale: #2D2D2D. Windows color (decimal): -12773259 or 7673917. OLE color: 7673917.

HSL color Cylindrical-coordinate representation of color #3D1875: hue angle of 263.87º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D1875 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 24 117 -
CMYK 0.48 0.79 0 0.54
HSL 263.87º 0.66% 0.28% -
HSV(B) 263.87º 0.79% 0.46% -
XYZ 5.46 2.93 17.11 -
YUV 45.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 61 24 117 0.48 0.79 0 0.54 263.87 0.66 0.28
Hex 3D 18 75 30 4F 0 36 108 42 1C
Octal 75 30 165 60 117 0 66 410 102 34
Binary 111101 11000 1110101 110000 1001111 0 110110 100001000 1000010 11100

Color Harmonies of #3D1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1875

Black with #3D1875

Text Example


Text Example

White with #3D1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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