Html Css Color HEX #341EFD Han Purple

📋 copy color: '#341EFD'

red 52 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #341EFD

Tints of Han Purple #341EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 253 (99.22% from 255) = 75.52%

R = 15.52%
G = 8.96%
B = 75.52%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#341EFD (or 0x341EFD) is known color: Han Purple. HEX triplet: 34, 1E and FD. RGB value is (52,30,253). Sum of RGB (Red+Green+Blue) = 52+30+253=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #341EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341EFD is #CBE102. Grayscale: #3D3D3D. Windows color (decimal): -13361411 or 16588340. OLE color: 16588340.

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

Color convert

RGB 52 30 253 -
CMYK 0.79 0.88 0 0.01
HSL 245.92º 0.98% 0.55% -
HSV(B) 245.92º 0.88% 0.99% -
XYZ 19.61 8.75 93.58 -
YUV 62 235.79 120.87 -
System Red Green Blue C M Y K H S L
Decimal 52 30 253 0.79 0.88 0 0.01 245.92 0.98 0.55
Hex 34 1E FD 4F 58 0 1 F6 62 37
Octal 64 36 375 117 130 0 1 366 142 67
Binary 110100 11110 11111101 1001111 1011000 0 1 11110110 1100010 110111

Color Harmonies of #341EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EFD

Black with #341EFD

Text Example


Text Example

White with #341EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,30,253); }

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

background-color css

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

 a { background-color: rgb(52,30,253); }

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

border-color css

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

 span { border-color: rgb(52,30,253); }

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