Html Css Color HEX #3F0469 Indigo

📋 copy color: '#3F0469'

red 63 ◦ green 4 ◦ blue 105

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

Shades of Indigo #3F0469

Tints of Indigo #3F0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 36.63%
G = 2.33%
B = 61.05%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3F0469 (or 0x3F0469) is known color: Indigo. HEX triplet: 3F, 04 and 69. RGB value is (63,4,105). Sum of RGB (Red+Green+Blue) = 63+4+105=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F0469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0469 is #C0FB96. Grayscale: #202020. Windows color (decimal): -12647319 or 6882367. OLE color: 6882367.

HSL color Cylindrical-coordinate representation of color #3F0469: hue angle of 275.05º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0469 is Cyan = 0.4, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 4 105 -
CMYK 0.4 0.96 0 0.59
HSL 275.05º 0.93% 0.21% -
HSV(B) 275.05º 0.96% 0.41% -
XYZ 4.64 2.16 13.54 -
YUV 33.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 63 4 105 0.4 0.96 0 0.59 275.05 0.93 0.21
Hex 3F 4 69 28 60 0 3B 113 5D 15
Octal 77 4 151 50 140 0 73 423 135 25
Binary 111111 100 1101001 101000 1100000 0 111011 100010011 1011101 10101

Color Harmonies of #3F0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0469

Black with #3F0469

Text Example


Text Example

White with #3F0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,4,105); }

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

background-color css

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

 a { background-color: rgb(63,4,105); }

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

border-color css

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

 span { border-color: rgb(63,4,105); }

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