Html Css Color HEX #331AF3 Han Purple

📋 copy color: '#331AF3'

red 51 ◦ green 26 ◦ blue 243

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

Shades of Han Purple #331AF3

Tints of Han Purple #331AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 75.94%

R = 15.94%
G = 8.13%
B = 75.94%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#331AF3 (or 0x331AF3) is known color: Han Purple. HEX triplet: 33, 1A and F3. RGB value is (51,26,243). Sum of RGB (Red+Green+Blue) = 51+26+243=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #331AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331AF3 is #CCE50C. Grayscale: #393939. Windows color (decimal): -13427981 or 15931955. OLE color: 15931955.

HSL color Cylindrical-coordinate representation of color #331AF3: hue angle of 246.91º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331AF3 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 26 243 -
CMYK 0.79 0.89 0 0.05
HSL 246.91º 0.9% 0.53% -
HSV(B) 246.91º 0.89% 0.95% -
XYZ 17.91 7.91 85.38 -
YUV 58.21 232.28 122.86 -
System Red Green Blue C M Y K H S L
Decimal 51 26 243 0.79 0.89 0 0.05 246.91 0.9 0.53
Hex 33 1A F3 4F 59 0 5 F7 5A 35
Octal 63 32 363 117 131 0 5 367 132 65
Binary 110011 11010 11110011 1001111 1011001 0 101 11110111 1011010 110101

Color Harmonies of #331AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331AF3

Black with #331AF3

Text Example


Text Example

White with #331AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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