Html Css Color HEX #3D028D Indigo

📋 copy color: '#3D028D'

red 61 ◦ green 2 ◦ blue 141

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

Shades of Indigo #3D028D

Tints of Indigo #3D028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 29.9%
G = 0.98%
B = 69.12%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D028D (or 0x3D028D) is known color: Indigo. HEX triplet: 3D, 02 and 8D. RGB value is (61,2,141). Sum of RGB (Red+Green+Blue) = 61+2+141=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D028D is #C2FD72. Grayscale: #222222. Windows color (decimal): -12778867 or 9241149. OLE color: 9241149.

HSL color Cylindrical-coordinate representation of color #3D028D: hue angle of 265.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D028D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 2 141 -
CMYK 0.57 0.99 0 0.45
HSL 265.47º 0.97% 0.28% -
HSV(B) 265.47º 0.99% 0.55% -
XYZ 6.75 2.96 25.41 -
YUV 35.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 61 2 141 0.57 0.99 0 0.45 265.47 0.97 0.28
Hex 3D 2 8D 39 63 0 2D 109 61 1C
Octal 75 2 215 71 143 0 55 411 141 34
Binary 111101 10 10001101 111001 1100011 0 101101 100001001 1100001 11100

Color Harmonies of #3D028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D028D

Black with #3D028D

Text Example


Text Example

White with #3D028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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