Html Css Color HEX #341DFA Han Purple

📋 copy color: '#341DFA'

red 52 ◦ green 29 ◦ blue 250

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

Shades of Han Purple #341DFA

Tints of Han Purple #341DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 15.71%
G = 8.76%
B = 75.53%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#341DFA (or 0x341DFA) is known color: Han Purple. HEX triplet: 34, 1D and FA. RGB value is (52,29,250). Sum of RGB (Red+Green+Blue) = 52+29+250=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #341DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DFA is #CBE205. Grayscale: #3C3C3C. Windows color (decimal): -13361670 or 16391476. OLE color: 16391476.

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

Color convert

RGB 52 29 250 -
CMYK 0.79 0.88 0 0.02
HSL 246.24º 0.96% 0.55% -
HSV(B) 246.24º 0.88% 0.98% -
XYZ 19.11 8.51 91.08 -
YUV 61.07 234.62 121.53 -
System Red Green Blue C M Y K H S L
Decimal 52 29 250 0.79 0.88 0 0.02 246.24 0.96 0.55
Hex 34 1D FA 4F 58 0 2 F6 60 37
Octal 64 35 372 117 130 0 2 366 140 67
Binary 110100 11101 11111010 1001111 1011000 0 10 11110110 1100000 110111

Color Harmonies of #341DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DFA

Black with #341DFA

Text Example


Text Example

White with #341DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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