Html Css Color HEX #3400DB Han Purple

📋 copy color: '#3400DB'

red 52 ◦ green 0 ◦ blue 219

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

Shades of Han Purple #3400DB

Tints of Han Purple #3400DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 80.81%

R = 19.19%
G = 0%
B = 80.81%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3400DB (or 0x3400DB) is known color: Han Purple. HEX triplet: 34, 00 and DB. RGB value is (52,0,219). Sum of RGB (Red+Green+Blue) = 52+0+219=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #3400DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400DB is #CBFF24. Grayscale: #272727. Windows color (decimal): -13369125 or 14352436. OLE color: 14352436.

HSL color Cylindrical-coordinate representation of color #3400DB: hue angle of 254.25º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400DB is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 0 219 -
CMYK 0.76 1 0 0.14
HSL 254.25º 1% 0.43% -
HSV(B) 254.25º 1% 0.86% -
XYZ 14.2 5.84 67.4 -
YUV 40.51 228.73 136.19 -
System Red Green Blue C M Y K H S L
Decimal 52 0 219 0.76 1 0 0.14 254.25 1 0.43
Hex 34 0 DB 4C 64 0 E FE 64 2B
Octal 64 0 333 114 144 0 16 376 144 53
Binary 110100 0 11011011 1001100 1100100 0 1110 11111110 1100100 101011

Color Harmonies of #3400DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3400DB

Black with #3400DB

Text Example


Text Example

White with #3400DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3400DB; }

 p { color: rgb(52,0,219); }

 H1.HeaderClassName
 {
   color: #3400DB;
 }
 .AnyTagClassName
 {
   color: #3400DB;
 }
</style>

background-color css

<style>
 a { background-color: #3400DB; }

 a { background-color: rgb(52,0,219); }

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

border-color css

<style>
 span { border-color: #3400DB; }

 span { border-color: rgb(52,0,219); }

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