Html Css Color HEX #3F008D Indigo

📋 copy color: '#3F008D'

red 63 ◦ green 0 ◦ blue 141

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

Shades of Indigo #3F008D

Tints of Indigo #3F008D

RGB

 RED value IS 63 (25% from 255) = 30.88%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.88%
G = 0%
B = 69.12%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F008D (or 0x3F008D) is known color: Indigo. HEX triplet: 3F, 00 and 8D. RGB value is (63,0,141). Sum of RGB (Red+Green+Blue) = 63+0+141=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 0 (0.39% from 255 or 0% 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 #3F008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F008D is #C0FF72. Grayscale: #222222. Windows color (decimal): -12648307 or 9240639. OLE color: 9240639.

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

Color convert

RGB 63 0 141 -
CMYK 0.55 1 0 0.45
HSL 266.81º 1% 0.28% -
HSV(B) 266.81º 1% 0.55% -
XYZ 6.86 2.98 25.41 -
YUV 34.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 63 0 141 0.55 1 0 0.45 266.81 1 0.28
Hex 3F 0 8D 37 64 0 2D 10B 64 1C
Octal 77 0 215 67 144 0 55 413 144 34
Binary 111111 0 10001101 110111 1100100 0 101101 100001011 1100100 11100

Color Harmonies of #3F008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F008D

Black with #3F008D

Text Example


Text Example

White with #3F008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,141); }

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

background-color css

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

 a { background-color: rgb(63,0,141); }

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

border-color css

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

 span { border-color: rgb(63,0,141); }

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