Html Css Color HEX #3A1FAF Blue Gem

📋 copy color: '#3A1FAF'

red 58 ◦ green 31 ◦ blue 175

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

Shades of Blue Gem #3A1FAF

Tints of Blue Gem #3A1FAF

RGB

 RED value IS 58 (23.05% from 255) = 21.97%

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

 BLUE value IS 175 (68.75% from 255) = 66.29%

R = 21.97%
G = 11.74%
B = 66.29%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A1FAF (or 0x3A1FAF) is known color: Blue Gem. HEX triplet: 3A, 1F and AF. RGB value is (58,31,175). Sum of RGB (Red+Green+Blue) = 58+31+175=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A1FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1FAF is #C5E050. Grayscale: #363636. Windows color (decimal): -12968017 or 11476794. OLE color: 11476794.

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

Color convert

RGB 58 31 175 -
CMYK 0.67 0.82 0 0.31
HSL 251.25º 0.7% 0.4% -
HSV(B) 251.25º 0.82% 0.69% -
XYZ 9.97 4.97 40.99 -
YUV 55.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 58 31 175 0.67 0.82 0 0.31 251.25 0.7 0.4
Hex 3A 1F AF 43 52 0 1F FB 46 28
Octal 72 37 257 103 122 0 37 373 106 50
Binary 111010 11111 10101111 1000011 1010010 0 11111 11111011 1000110 101000

Color Harmonies of #3A1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1FAF

Black with #3A1FAF

Text Example


Text Example

White with #3A1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,31,175); }

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

background-color css

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

 a { background-color: rgb(58,31,175); }

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

border-color css

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

 span { border-color: rgb(58,31,175); }

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