Html Css Color HEX #311AFA Han Purple

📋 copy color: '#311AFA'

red 49 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #311AFA

Tints of Han Purple #311AFA

RGB

 RED value IS 49 (19.53% from 255) = 15.08%

 GREEN value IS 26 (10.55% from 255) = 8%

 BLUE value IS 250 (98.05% from 255) = 76.92%

R = 15.08%
G = 8%
B = 76.92%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#311AFA (or 0x311AFA) is known color: Han Purple. HEX triplet: 31, 1A and FA. RGB value is (49,26,250). Sum of RGB (Red+Green+Blue) = 49+26+250=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #311AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311AFA is #CEE505. Grayscale: #393939. Windows color (decimal): -13559046 or 16390705. OLE color: 16390705.

HSL color Cylindrical-coordinate representation of color #311AFA: hue angle of 246.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311AFA is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 26 250 -
CMYK 0.80 0.90 0 0.02
HSL 246.16º 0.96% 0.54% -
HSV(B) 246.16º 0.9% 0.98% -
XYZ 18.89 8.29 91.05 -
YUV 58.41 236.12 121.29 -
System Red Green Blue C M Y K H S L
Decimal 49 26 250 0.80 0.90 0 0.02 246.16 0.96 0.54
Hex 31 1A FA 50 5A 0 2 F6 60 36
Octal 61 32 372 120 132 0 2 366 140 66
Binary 110001 11010 11111010 1010000 1011010 0 10 11110110 1100000 110110

Color Harmonies of #311AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311AFA

Black with #311AFA

Text Example


Text Example

White with #311AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311AFA; }

 p { color: rgb(49,26,250); }

 H1.HeaderClassName
 {
   color: #311AFA;
 }
 .AnyTagClassName
 {
   color: #311AFA;
 }
</style>

background-color css

<style>
 a { background-color: #311AFA; }

 a { background-color: rgb(49,26,250); }

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

border-color css

<style>
 span { border-color: #311AFA; }

 span { border-color: rgb(49,26,250); }

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