Html Css Color HEX #3D038F Indigo

📋 copy color: '#3D038F'

red 61 ◦ green 3 ◦ blue 143

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

Shades of Indigo #3D038F

Tints of Indigo #3D038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 143 (56.25% from 255) = 69.08%

R = 29.47%
G = 1.45%
B = 69.08%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D038F (or 0x3D038F) is known color: Indigo. HEX triplet: 3D, 03 and 8F. RGB value is (61,3,143). Sum of RGB (Red+Green+Blue) = 61+3+143=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D038F is #C2FC70. Grayscale: #232323. Windows color (decimal): -12778609 or 9372477. OLE color: 9372477.

HSL color Cylindrical-coordinate representation of color #3D038F: hue angle of 264.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D038F is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 3 143 -
CMYK 0.57 0.98 0 0.44
HSL 264.86º 0.96% 0.29% -
HSV(B) 264.86º 0.98% 0.56% -
XYZ 6.91 3.04 26.21 -
YUV 36.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 61 3 143 0.57 0.98 0 0.44 264.86 0.96 0.29
Hex 3D 3 8F 39 62 0 2C 109 60 1D
Octal 75 3 217 71 142 0 54 411 140 35
Binary 111101 11 10001111 111001 1100010 0 101100 100001001 1100000 11101

Color Harmonies of #3D038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D038F

Black with #3D038F

Text Example


Text Example

White with #3D038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,3,143); }

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

background-color css

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

 a { background-color: rgb(61,3,143); }

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

border-color css

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

 span { border-color: rgb(61,3,143); }

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