Html Css Color HEX #341DFD Han Purple

📋 copy color: '#341DFD'

red 52 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #341DFD

Tints of Han Purple #341DFD

RGB

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

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

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

R = 15.57%
G = 8.68%
B = 75.75%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#341DFD (or 0x341DFD) is known color: Han Purple. HEX triplet: 34, 1D and FD. RGB value is (52,29,253). Sum of RGB (Red+Green+Blue) = 52+29+253=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #341DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DFD is #CBE202. Grayscale: #3C3C3C. Windows color (decimal): -13361667 or 16588084. OLE color: 16588084.

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

Color convert

RGB 52 29 253 -
CMYK 0.79 0.89 0 0.01
HSL 246.16º 0.98% 0.55% -
HSV(B) 246.16º 0.89% 0.99% -
XYZ 19.59 8.7 93.58 -
YUV 61.41 236.12 121.29 -
System Red Green Blue C M Y K H S L
Decimal 52 29 253 0.79 0.89 0 0.01 246.16 0.98 0.55
Hex 34 1D FD 4F 59 0 1 F6 62 37
Octal 64 35 375 117 131 0 1 366 142 67
Binary 110100 11101 11111101 1001111 1011001 0 1 11110110 1100010 110111

Color Harmonies of #341DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DFD

Black with #341DFD

Text Example


Text Example

White with #341DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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