Html Css Color HEX #3F088B Indigo

📋 copy color: '#3F088B'

red 63 ◦ green 8 ◦ blue 139

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

Shades of Indigo #3F088B

Tints of Indigo #3F088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 30%
G = 3.81%
B = 66.19%

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

#3F088B (or 0x3F088B) is known color: Indigo. HEX triplet: 3F, 08 and 8B. RGB value is (63,8,139). Sum of RGB (Red+Green+Blue) = 63+8+139=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F088B is #C0F774. Grayscale: #262626. Windows color (decimal): -12646261 or 9111615. OLE color: 9111615.

HSL color Cylindrical-coordinate representation of color #3F088B: hue angle of 265.19º degrees, saturation: 0.89, 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 #3F088B is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 8 139 -
CMYK 0.55 0.94 0 0.45
HSL 265.19º 0.89% 0.29% -
HSV(B) 265.19º 0.94% 0.55% -
XYZ 6.8 3.09 24.67 -
YUV 39.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 63 8 139 0.55 0.94 0 0.45 265.19 0.89 0.29
Hex 3F 8 8B 37 5E 0 2D 109 59 1D
Octal 77 10 213 67 136 0 55 411 131 35
Binary 111111 1000 10001011 110111 1011110 0 101101 100001001 1011001 11101

Color Harmonies of #3F088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F088B

Black with #3F088B

Text Example


Text Example

White with #3F088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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