Html Css Color HEX #331AFF Han Purple

📋 copy color: '#331AFF'

red 51 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #331AFF

Tints of Han Purple #331AFF

RGB

 RED value IS 51 (20.31% from 255) = 15.36%

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

 BLUE value IS 255 (100% from 255) = 76.81%

R = 15.36%
G = 7.83%
B = 76.81%

CMYK

 C value IS 0.8

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#331AFF (or 0x331AFF) is known color: Han Purple. HEX triplet: 33, 1A and FF. RGB value is (51,26,255). Sum of RGB (Red+Green+Blue) = 51+26+255=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #331AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331AFF is #CCE500. Grayscale: #3A3A3A. Windows color (decimal): -13427969 or 16718387. OLE color: 16718387.

HSL color Cylindrical-coordinate representation of color #331AFF: hue angle of 246.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331AFF is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 26 255 -
CMYK 0.8 0.90 0 0
HSL 246.55º 1% 0.55% -
HSV(B) 246.55º 0.9% 1% -
XYZ 19.78 8.66 95.24 -
YUV 59.58 238.28 121.88 -
System Red Green Blue C M Y K H S L
Decimal 51 26 255 0.8 0.90 0 0 246.55 1 0.55
Hex 33 1A FF 50 5A 0 0 F7 64 37
Octal 63 32 377 120 132 0 0 367 144 67
Binary 110011 11010 11111111 1010000 1011010 0 0 11110111 1100100 110111

Color Harmonies of #331AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AFF

Black with #331AFF

Text Example


Text Example

White with #331AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331AFF; }

 p { color: rgb(51,26,255); }

 H1.HeaderClassName
 {
   color: #331AFF;
 }
 .AnyTagClassName
 {
   color: #331AFF;
 }
</style>

background-color css

<style>
 a { background-color: #331AFF; }

 a { background-color: rgb(51,26,255); }

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

border-color css

<style>
 span { border-color: #331AFF; }

 span { border-color: rgb(51,26,255); }

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