Html Css Color HEX #3F1FAD Blue Gem

📋 copy color: '#3F1FAD'

red 63 ◦ green 31 ◦ blue 173

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

Shades of Blue Gem #3F1FAD

Tints of Blue Gem #3F1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 23.6%
G = 11.61%
B = 64.79%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F1FAD (or 0x3F1FAD) is known color: Blue Gem. HEX triplet: 3F, 1F and AD. RGB value is (63,31,173). Sum of RGB (Red+Green+Blue) = 63+31+173=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F1FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1FAD is #C0E052. Grayscale: #383838. Windows color (decimal): -12640339 or 11345727. OLE color: 11345727.

HSL color Cylindrical-coordinate representation of color #3F1FAD: hue angle of 253.52º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1FAD is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 31 173 -
CMYK 0.64 0.82 0 0.32
HSL 253.52º 0.7% 0.4% -
HSV(B) 253.52º 0.82% 0.68% -
XYZ 10.08 5.05 39.98 -
YUV 56.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 63 31 173 0.64 0.82 0 0.32 253.52 0.7 0.4
Hex 3F 1F AD 40 52 0 20 FE 46 28
Octal 77 37 255 100 122 0 40 376 106 50
Binary 111111 11111 10101101 1000000 1010010 0 100000 11111110 1000110 101000

Color Harmonies of #3F1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1FAD

Black with #3F1FAD

Text Example


Text Example

White with #3F1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,31,173); }

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

background-color css

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

 a { background-color: rgb(63,31,173); }

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

border-color css

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

 span { border-color: rgb(63,31,173); }

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