Html Css Color HEX #3F038E Indigo

📋 copy color: '#3F038E'

red 63 ◦ green 3 ◦ blue 142

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

Shades of Indigo #3F038E

Tints of Indigo #3F038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 30.29%
G = 1.44%
B = 68.27%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F038E (or 0x3F038E) is known color: Indigo. HEX triplet: 3F, 03 and 8E. RGB value is (63,3,142). Sum of RGB (Red+Green+Blue) = 63+3+142=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F038E is #C0FC71. Grayscale: #242424. Windows color (decimal): -12647538 or 9306943. OLE color: 9306943.

HSL color Cylindrical-coordinate representation of color #3F038E: hue angle of 265.9º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F038E is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 3 142 -
CMYK 0.56 0.98 0 0.44
HSL 265.9º 0.96% 0.28% -
HSV(B) 265.9º 0.98% 0.56% -
XYZ 6.96 3.07 25.82 -
YUV 36.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 63 3 142 0.56 0.98 0 0.44 265.9 0.96 0.28
Hex 3F 3 8E 38 62 0 2C 10A 60 1C
Octal 77 3 216 70 142 0 54 412 140 34
Binary 111111 11 10001110 111000 1100010 0 101100 100001010 1100000 11100

Color Harmonies of #3F038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F038E

Black with #3F038E

Text Example


Text Example

White with #3F038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,142); }

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

background-color css

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

 a { background-color: rgb(63,3,142); }

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

border-color css

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

 span { border-color: rgb(63,3,142); }

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