Html Css Color HEX #3D0870 Persian Indigo

📋 copy color: '#3D0870'

red 61 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #3D0870

Tints of Persian Indigo #3D0870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 33.7%
G = 4.42%
B = 61.88%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D0870 (or 0x3D0870) is known color: Persian Indigo. HEX triplet: 3D, 08 and 70. RGB value is (61,8,112). Sum of RGB (Red+Green+Blue) = 61+8+112=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0870 is #C2F78F. Grayscale: #232323. Windows color (decimal): -12777360 or 7342141. OLE color: 7342141.

HSL color Cylindrical-coordinate representation of color #3D0870: hue angle of 270.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0870 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 8 112 -
CMYK 0.46 0.93 0 0.56
HSL 270.58º 0.87% 0.24% -
HSV(B) 270.58º 0.93% 0.44% -
XYZ 4.94 2.34 15.52 -
YUV 35.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 61 8 112 0.46 0.93 0 0.56 270.58 0.87 0.24
Hex 3D 8 70 2E 5D 0 38 10F 57 18
Octal 75 10 160 56 135 0 70 417 127 30
Binary 111101 1000 1110000 101110 1011101 0 111000 100001111 1010111 11000

Color Harmonies of #3D0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0870

Black with #3D0870

Text Example


Text Example

White with #3D0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,8,112); }

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

background-color css

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

 a { background-color: rgb(61,8,112); }

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

border-color css

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

 span { border-color: rgb(61,8,112); }

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