Html Css Color HEX #3D038B Indigo

📋 copy color: '#3D038B'

red 61 ◦ green 3 ◦ blue 139

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

Shades of Indigo #3D038B

Tints of Indigo #3D038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 30.05%
G = 1.48%
B = 68.47%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D038B (or 0x3D038B) is known color: Indigo. HEX triplet: 3D, 03 and 8B. RGB value is (61,3,139). Sum of RGB (Red+Green+Blue) = 61+3+139=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D038B is #C2FC74. Grayscale: #232323. Windows color (decimal): -12778613 or 9110333. OLE color: 9110333.

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

Color convert

RGB 61 3 139 -
CMYK 0.56 0.98 0 0.45
HSL 265.59º 0.96% 0.28% -
HSV(B) 265.59º 0.98% 0.55% -
XYZ 6.62 2.92 24.64 -
YUV 35.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 61 3 139 0.56 0.98 0 0.45 265.59 0.96 0.28
Hex 3D 3 8B 38 62 0 2D 10A 60 1C
Octal 75 3 213 70 142 0 55 412 140 34
Binary 111101 11 10001011 111000 1100010 0 101101 100001010 1100000 11100

Color Harmonies of #3D038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D038B

Black with #3D038B

Text Example


Text Example

White with #3D038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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