Html Css Color HEX #3D1078 Persian Indigo

📋 copy color: '#3D1078'

red 61 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #3D1078

Tints of Persian Indigo #3D1078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 120 (47.27% from 255) = 60.91%

R = 30.96%
G = 8.12%
B = 60.91%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D1078 (or 0x3D1078) is known color: Persian Indigo. HEX triplet: 3D, 10 and 78. RGB value is (61,16,120). Sum of RGB (Red+Green+Blue) = 61+16+120=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D1078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1078 is #C2EF87. Grayscale: #282828. Windows color (decimal): -12775304 or 7868477. OLE color: 7868477.

HSL color Cylindrical-coordinate representation of color #3D1078: hue angle of 265.96º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1078 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 16 120 -
CMYK 0.49 0.87 0 0.53
HSL 265.96º 0.76% 0.27% -
HSV(B) 265.96º 0.87% 0.47% -
XYZ 5.5 2.72 18 -
YUV 41.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 61 16 120 0.49 0.87 0 0.53 265.96 0.76 0.27
Hex 3D 10 78 31 57 0 35 10A 4C 1B
Octal 75 20 170 61 127 0 65 412 114 33
Binary 111101 10000 1111000 110001 1010111 0 110101 100001010 1001100 11011

Color Harmonies of #3D1078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1078

Black with #3D1078

Text Example


Text Example

White with #3D1078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,16,120); }

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

background-color css

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

 a { background-color: rgb(61,16,120); }

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

border-color css

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

 span { border-color: rgb(61,16,120); }

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