Html Css Color HEX #341BFA Han Purple

📋 copy color: '#341BFA'

red 52 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #341BFA

Tints of Han Purple #341BFA

RGB

 RED value IS 52 (20.7% from 255) = 15.81%

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

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

R = 15.81%
G = 8.21%
B = 75.99%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#341BFA (or 0x341BFA) is known color: Han Purple. HEX triplet: 34, 1B and FA. RGB value is (52,27,250). Sum of RGB (Red+Green+Blue) = 52+27+250=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #341BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BFA is #CBE405. Grayscale: #3B3B3B. Windows color (decimal): -13362182 or 16390964. OLE color: 16390964.

HSL color Cylindrical-coordinate representation of color #341BFA: hue angle of 246.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341BFA is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 27 250 -
CMYK 0.79 0.89 0 0.02
HSL 246.73º 0.96% 0.54% -
HSV(B) 246.73º 0.89% 0.98% -
XYZ 19.06 8.42 91.06 -
YUV 59.9 235.28 122.37 -
System Red Green Blue C M Y K H S L
Decimal 52 27 250 0.79 0.89 0 0.02 246.73 0.96 0.54
Hex 34 1B FA 4F 59 0 2 F7 60 36
Octal 64 33 372 117 131 0 2 367 140 66
Binary 110100 11011 11111010 1001111 1011001 0 10 11110111 1100000 110110

Color Harmonies of #341BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BFA

Black with #341BFA

Text Example


Text Example

White with #341BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341BFA; }

 p { color: rgb(52,27,250); }

 H1.HeaderClassName
 {
   color: #341BFA;
 }
 .AnyTagClassName
 {
   color: #341BFA;
 }
</style>

background-color css

<style>
 a { background-color: #341BFA; }

 a { background-color: rgb(52,27,250); }

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

border-color css

<style>
 span { border-color: #341BFA; }

 span { border-color: rgb(52,27,250); }

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