Html Css Color HEX #341BDA Han Purple

📋 copy color: '#341BDA'

red 52 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #341BDA

Tints of Han Purple #341BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.4%

R = 17.51%
G = 9.09%
B = 73.4%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#341BDA (or 0x341BDA) is known color: Han Purple. HEX triplet: 34, 1B and DA. RGB value is (52,27,218). Sum of RGB (Red+Green+Blue) = 52+27+218=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #341BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BDA is #CBE425. Grayscale: #373737. Windows color (decimal): -13362214 or 14293812. OLE color: 14293812.

HSL color Cylindrical-coordinate representation of color #341BDA: hue angle of 247.85º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341BDA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 27 218 -
CMYK 0.76 0.88 0 0.15
HSL 247.85º 0.78% 0.48% -
HSV(B) 247.85º 0.88% 0.85% -
XYZ 14.46 6.58 66.84 -
YUV 56.25 219.28 124.97 -
System Red Green Blue C M Y K H S L
Decimal 52 27 218 0.76 0.88 0 0.15 247.85 0.78 0.48
Hex 34 1B DA 4C 58 0 F F8 4E 30
Octal 64 33 332 114 130 0 17 370 116 60
Binary 110100 11011 11011010 1001100 1011000 0 1111 11111000 1001110 110000

Color Harmonies of #341BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BDA

Black with #341BDA

Text Example


Text Example

White with #341BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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