Html Css Color HEX #3D1D9B Persian Indigo

📋 copy color: '#3D1D9B'

red 61 ◦ green 29 ◦ blue 155

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

Shades of Persian Indigo #3D1D9B

Tints of Persian Indigo #3D1D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 24.9%
G = 11.84%
B = 63.27%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D1D9B (or 0x3D1D9B) is known color: Persian Indigo. HEX triplet: 3D, 1D and 9B. RGB value is (61,29,155). Sum of RGB (Red+Green+Blue) = 61+29+155=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D1D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1D9B is #C2E264. Grayscale: #343434. Windows color (decimal): -12771941 or 10165565. OLE color: 10165565.

HSL color Cylindrical-coordinate representation of color #3D1D9B: hue angle of 255.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1D9B is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 29 155 -
CMYK 0.61 0.81 0 0.39
HSL 255.24º 0.68% 0.36% -
HSV(B) 255.24º 0.81% 0.61% -
XYZ 8.28 4.24 31.39 -
YUV 52.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 61 29 155 0.61 0.81 0 0.39 255.24 0.68 0.36
Hex 3D 1D 9B 3D 51 0 27 FF 44 24
Octal 75 35 233 75 121 0 47 377 104 44
Binary 111101 11101 10011011 111101 1010001 0 100111 11111111 1000100 100100

Color Harmonies of #3D1D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D9B

Black with #3D1D9B

Text Example


Text Example

White with #3D1D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,29,155); }

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

background-color css

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

 a { background-color: rgb(61,29,155); }

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

border-color css

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

 span { border-color: rgb(61,29,155); }

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