Html Css Color HEX #3F098B Indigo

📋 copy color: '#3F098B'

red 63 ◦ green 9 ◦ blue 139

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

Shades of Indigo #3F098B

Tints of Indigo #3F098B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 29.86%
G = 4.27%
B = 65.88%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F098B (or 0x3F098B) is known color: Indigo. HEX triplet: 3F, 09 and 8B. RGB value is (63,9,139). Sum of RGB (Red+Green+Blue) = 63+9+139=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F098B is #C0F674. Grayscale: #272727. Windows color (decimal): -12646005 or 9111871. OLE color: 9111871.

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

Color convert

RGB 63 9 139 -
CMYK 0.55 0.94 0 0.45
HSL 264.92º 0.88% 0.29% -
HSV(B) 264.92º 0.94% 0.55% -
XYZ 6.81 3.12 24.67 -
YUV 39.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 63 9 139 0.55 0.94 0 0.45 264.92 0.88 0.29
Hex 3F 9 8B 37 5E 0 2D 109 58 1D
Octal 77 11 213 67 136 0 55 411 130 35
Binary 111111 1001 10001011 110111 1011110 0 101101 100001001 1011000 11101

Color Harmonies of #3F098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F098B

Black with #3F098B

Text Example


Text Example

White with #3F098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,139); }

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

background-color css

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

 a { background-color: rgb(63,9,139); }

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

border-color css

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

 span { border-color: rgb(63,9,139); }

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