Html Css Color HEX #3F026E Indigo

📋 copy color: '#3F026E'

red 63 ◦ green 2 ◦ blue 110

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

Shades of Indigo #3F026E

Tints of Indigo #3F026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 110 (43.36% from 255) = 62.86%

R = 36%
G = 1.14%
B = 62.86%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3F026E (or 0x3F026E) is known color: Indigo. HEX triplet: 3F, 02 and 6E. RGB value is (63,2,110). Sum of RGB (Red+Green+Blue) = 63+2+110=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F026E is #C0FD91. Grayscale: #202020. Windows color (decimal): -12647826 or 7209535. OLE color: 7209535.

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

Color convert

RGB 63 2 110 -
CMYK 0.43 0.98 0 0.57
HSL 273.89º 0.96% 0.22% -
HSV(B) 273.89º 0.98% 0.43% -
XYZ 4.89 2.23 14.92 -
YUV 32.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 63 2 110 0.43 0.98 0 0.57 273.89 0.96 0.22
Hex 3F 2 6E 2B 62 0 39 112 60 16
Octal 77 2 156 53 142 0 71 422 140 26
Binary 111111 10 1101110 101011 1100010 0 111001 100010010 1100000 10110

Color Harmonies of #3F026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F026E

Black with #3F026E

Text Example


Text Example

White with #3F026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,110); }

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

background-color css

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

 a { background-color: rgb(63,2,110); }

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

border-color css

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

 span { border-color: rgb(63,2,110); }

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