Html Css Color HEX #3F088D Indigo

📋 copy color: '#3F088D'

red 63 ◦ green 8 ◦ blue 141

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

Shades of Indigo #3F088D

Tints of Indigo #3F088D

RGB

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

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

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

R = 29.72%
G = 3.77%
B = 66.51%

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

#3F088D (or 0x3F088D) is known color: Indigo. HEX triplet: 3F, 08 and 8D. RGB value is (63,8,141). Sum of RGB (Red+Green+Blue) = 63+8+141=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F088D is #C0F772. Grayscale: #272727. Windows color (decimal): -12646259 or 9242687. OLE color: 9242687.

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

Color convert

RGB 63 8 141 -
CMYK 0.55 0.94 0 0.45
HSL 264.81º 0.89% 0.29% -
HSV(B) 264.81º 0.94% 0.55% -
XYZ 6.94 3.15 25.44 -
YUV 39.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 63 8 141 0.55 0.94 0 0.45 264.81 0.89 0.29
Hex 3F 8 8D 37 5E 0 2D 109 59 1D
Octal 77 10 215 67 136 0 55 411 131 35
Binary 111111 1000 10001101 110111 1011110 0 101101 100001001 1011001 11101

Color Harmonies of #3F088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F088D

Black with #3F088D

Text Example


Text Example

White with #3F088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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