Html Css Color HEX #3F1BAB Blue Gem

📋 copy color: '#3F1BAB'

red 63 ◦ green 27 ◦ blue 171

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

Shades of Blue Gem #3F1BAB

Tints of Blue Gem #3F1BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 24.14%
G = 10.34%
B = 65.52%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F1BAB (or 0x3F1BAB) is known color: Blue Gem. HEX triplet: 3F, 1B and AB. RGB value is (63,27,171). Sum of RGB (Red+Green+Blue) = 63+27+171=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F1BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1BAB is #C0E454. Grayscale: #353535. Windows color (decimal): -12641365 or 11213631. OLE color: 11213631.

HSL color Cylindrical-coordinate representation of color #3F1BAB: hue angle of 255º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1BAB is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 27 171 -
CMYK 0.63 0.84 0 0.33
HSL 255º 0.73% 0.39% -
HSV(B) 255º 0.84% 0.67% -
XYZ 9.79 4.78 38.93 -
YUV 54.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 63 27 171 0.63 0.84 0 0.33 255 0.73 0.39
Hex 3F 1B AB 3F 54 0 21 FF 49 27
Octal 77 33 253 77 124 0 41 377 111 47
Binary 111111 11011 10101011 111111 1010100 0 100001 11111111 1001001 100111

Color Harmonies of #3F1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1BAB

Black with #3F1BAB

Text Example


Text Example

White with #3F1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,27,171); }

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

background-color css

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

 a { background-color: rgb(63,27,171); }

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

border-color css

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

 span { border-color: rgb(63,27,171); }

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