Html Css Color HEX #3D1275 Persian Indigo

📋 copy color: '#3D1275'

red 61 ◦ green 18 ◦ blue 117

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

Shades of Persian Indigo #3D1275

Tints of Persian Indigo #3D1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 31.12%
G = 9.18%
B = 59.69%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1275 (or 0x3D1275) is known color: Persian Indigo. HEX triplet: 3D, 12 and 75. RGB value is (61,18,117). Sum of RGB (Red+Green+Blue) = 61+18+117=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D1275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1275 is #C2ED8A. Grayscale: #292929. Windows color (decimal): -12774795 or 7672381. OLE color: 7672381.

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

Color convert

RGB 61 18 117 -
CMYK 0.48 0.85 0 0.54
HSL 266.06º 0.73% 0.26% -
HSV(B) 266.06º 0.85% 0.46% -
XYZ 5.35 2.71 17.07 -
YUV 42.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 61 18 117 0.48 0.85 0 0.54 266.06 0.73 0.26
Hex 3D 12 75 30 55 0 36 10A 49 1A
Octal 75 22 165 60 125 0 66 412 111 32
Binary 111101 10010 1110101 110000 1010101 0 110110 100001010 1001001 11010

Color Harmonies of #3D1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1275

Black with #3D1275

Text Example


Text Example

White with #3D1275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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