Html Css Color HEX #3C038D Indigo

📋 copy color: '#3C038D'

red 60 ◦ green 3 ◦ blue 141

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

Shades of Indigo #3C038D

Tints of Indigo #3C038D

RGB

 RED value IS 60 (23.83% from 255) = 29.41%

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

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

R = 29.41%
G = 1.47%
B = 69.12%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C038D (or 0x3C038D) is known color: Indigo. HEX triplet: 3C, 03 and 8D. RGB value is (60,3,141). Sum of RGB (Red+Green+Blue) = 60+3+141=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 3 (1.56% from 255 or 1.47% 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 #3C038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C038D is #C3FC72. Grayscale: #232323. Windows color (decimal): -12844147 or 9241404. OLE color: 9241404.

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

Color convert

RGB 60 3 141 -
CMYK 0.57 0.98 0 0.45
HSL 264.78º 0.96% 0.28% -
HSV(B) 264.78º 0.98% 0.55% -
XYZ 6.7 2.95 25.42 -
YUV 35.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 60 3 141 0.57 0.98 0 0.45 264.78 0.96 0.28
Hex 3C 3 8D 39 62 0 2D 109 60 1C
Octal 74 3 215 71 142 0 55 411 140 34
Binary 111100 11 10001101 111001 1100010 0 101101 100001001 1100000 11100

Color Harmonies of #3C038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C038D

Black with #3C038D

Text Example


Text Example

White with #3C038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,3,141); }

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

background-color css

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

 a { background-color: rgb(60,3,141); }

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

border-color css

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

 span { border-color: rgb(60,3,141); }

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