Html Css Color HEX #3F0262 Indigo

📋 copy color: '#3F0262'

red 63 ◦ green 2 ◦ blue 98

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

Shades of Indigo #3F0262

Tints of Indigo #3F0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 60.12%

R = 38.65%
G = 1.23%
B = 60.12%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F0262 (or 0x3F0262) is known color: Indigo. HEX triplet: 3F, 02 and 62. RGB value is (63,2,98). Sum of RGB (Red+Green+Blue) = 63+2+98=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0262 is #C0FD9D. Grayscale: #1E1E1E. Windows color (decimal): -12647838 or 6423103. OLE color: 6423103.

HSL color Cylindrical-coordinate representation of color #3F0262: hue angle of 278.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0262 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 2 98 -
CMYK 0.36 0.98 0 0.62
HSL 278.13º 0.96% 0.2% -
HSV(B) 278.13º 0.98% 0.38% -
XYZ 4.28 1.98 11.71 -
YUV 31.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 63 2 98 0.36 0.98 0 0.62 278.13 0.96 0.2
Hex 3F 2 62 24 62 0 3E 116 60 14
Octal 77 2 142 44 142 0 76 426 140 24
Binary 111111 10 1100010 100100 1100010 0 111110 100010110 1100000 10100

Color Harmonies of #3F0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0262

Black with #3F0262

Text Example


Text Example

White with #3F0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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