Html Css Color HEX #3F009E Indigo

📋 copy color: '#3F009E'

red 63 ◦ green 0 ◦ blue 158

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

Shades of Indigo #3F009E

Tints of Indigo #3F009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.49%

R = 28.51%
G = 0%
B = 71.49%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F009E (or 0x3F009E) is known color: Indigo. HEX triplet: 3F, 00 and 9E. RGB value is (63,0,158). Sum of RGB (Red+Green+Blue) = 63+0+158=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F009E is #C0FF61. Grayscale: #242424. Windows color (decimal): -12648290 or 10354751. OLE color: 10354751.

HSL color Cylindrical-coordinate representation of color #3F009E: hue angle of 263.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F009E is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 0 158 -
CMYK 0.60 1 0 0.38
HSL 263.92º 1% 0.31% -
HSV(B) 263.92º 1% 0.62% -
XYZ 8.22 3.53 32.59 -
YUV 36.85 196.37 146.65 -
System Red Green Blue C M Y K H S L
Decimal 63 0 158 0.60 1 0 0.38 263.92 1 0.31
Hex 3F 0 9E 3C 64 0 26 108 64 1F
Octal 77 0 236 74 144 0 46 410 144 37
Binary 111111 0 10011110 111100 1100100 0 100110 100001000 1100100 11111

Color Harmonies of #3F009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F009E

Black with #3F009E

Text Example


Text Example

White with #3F009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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