Html Css Color HEX #3D0278 Indigo

📋 copy color: '#3D0278'

red 61 ◦ green 2 ◦ blue 120

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

Shades of Indigo #3D0278

Tints of Indigo #3D0278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 33.33%
G = 1.09%
B = 65.57%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D0278 (or 0x3D0278) is known color: Indigo. HEX triplet: 3D, 02 and 78. RGB value is (61,2,120). Sum of RGB (Red+Green+Blue) = 61+2+120=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D0278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0278 is #C2FD87. Grayscale: #202020. Windows color (decimal): -12778888 or 7864893. OLE color: 7864893.

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

Color convert

RGB 61 2 120 -
CMYK 0.49 0.98 0 0.53
HSL 270º 0.97% 0.24% -
HSV(B) 270º 0.98% 0.47% -
XYZ 5.34 2.39 17.95 -
YUV 33.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 61 2 120 0.49 0.98 0 0.53 270 0.97 0.24
Hex 3D 2 78 31 62 0 35 10E 61 18
Octal 75 2 170 61 142 0 65 416 141 30
Binary 111101 10 1111000 110001 1100010 0 110101 100001110 1100001 11000

Color Harmonies of #3D0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0278

Black with #3D0278

Text Example


Text Example

White with #3D0278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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