Html Css Color HEX #341AFD Han Purple

📋 copy color: '#341AFD'

red 52 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #341AFD

Tints of Han Purple #341AFD

RGB

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

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

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

R = 15.71%
G = 7.85%
B = 76.44%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#341AFD (or 0x341AFD) is known color: Han Purple. HEX triplet: 34, 1A and FD. RGB value is (52,26,253). Sum of RGB (Red+Green+Blue) = 52+26+253=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #341AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AFD is #CBE502. Grayscale: #3A3A3A. Windows color (decimal): -13362435 or 16587316. OLE color: 16587316.

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

Color convert

RGB 52 26 253 -
CMYK 0.79 0.90 0 0.01
HSL 246.87º 0.98% 0.55% -
HSV(B) 246.87º 0.9% 0.99% -
XYZ 19.52 8.56 93.55 -
YUV 59.65 237.11 122.54 -
System Red Green Blue C M Y K H S L
Decimal 52 26 253 0.79 0.90 0 0.01 246.87 0.98 0.55
Hex 34 1A FD 4F 5A 0 1 F7 62 37
Octal 64 32 375 117 132 0 1 367 142 67
Binary 110100 11010 11111101 1001111 1011010 0 1 11110111 1100010 110111

Color Harmonies of #341AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AFD

Black with #341AFD

Text Example


Text Example

White with #341AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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