Html Css Color HEX #3D028C Indigo

📋 copy color: '#3D028C'

red 61 ◦ green 2 ◦ blue 140

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

Shades of Indigo #3D028C

Tints of Indigo #3D028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 30.05%
G = 0.99%
B = 68.97%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D028C (or 0x3D028C) is known color: Indigo. HEX triplet: 3D, 02 and 8C. RGB value is (61,2,140). Sum of RGB (Red+Green+Blue) = 61+2+140=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D028C is #C2FD73. Grayscale: #222222. Windows color (decimal): -12778868 or 9175613. OLE color: 9175613.

HSL color Cylindrical-coordinate representation of color #3D028C: hue angle of 265.65º 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 #3D028C is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 2 140 -
CMYK 0.56 0.99 0 0.45
HSL 265.65º 0.97% 0.28% -
HSV(B) 265.65º 0.99% 0.55% -
XYZ 6.68 2.93 25.02 -
YUV 35.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 61 2 140 0.56 0.99 0 0.45 265.65 0.97 0.28
Hex 3D 2 8C 38 63 0 2D 10A 61 1C
Octal 75 2 214 70 143 0 55 412 141 34
Binary 111101 10 10001100 111000 1100011 0 101101 100001010 1100001 11100

Color Harmonies of #3D028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D028C

Black with #3D028C

Text Example


Text Example

White with #3D028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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