Html Css Color HEX #3B29DC Han Purple

📋 copy color: '#3B29DC'

red 59 ◦ green 41 ◦ blue 220

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

Shades of Han Purple #3B29DC

Tints of Han Purple #3B29DC

RGB

 RED value IS 59 (23.44% from 255) = 18.44%

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 18.44%
G = 12.81%
B = 68.75%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B29DC (or 0x3B29DC) is known color: Han Purple. HEX triplet: 3B, 29 and DC. RGB value is (59,41,220). Sum of RGB (Red+Green+Blue) = 59+41+220=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B29DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B29DC is #C4D623. Grayscale: #424242. Windows color (decimal): -12899876 or 14428475. OLE color: 14428475.

HSL color Cylindrical-coordinate representation of color #3B29DC: hue angle of 246.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B29DC is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 41 220 -
CMYK 0.73 0.81 0 0.14
HSL 246.03º 0.72% 0.51% -
HSV(B) 246.03º 0.81% 0.86% -
XYZ 15.51 7.68 68.38 -
YUV 66.79 214.46 122.45 -
System Red Green Blue C M Y K H S L
Decimal 59 41 220 0.73 0.81 0 0.14 246.03 0.72 0.51
Hex 3B 29 DC 49 51 0 E F6 48 33
Octal 73 51 334 111 121 0 16 366 110 63
Binary 111011 101001 11011100 1001001 1010001 0 1110 11110110 1001000 110011

Color Harmonies of #3B29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B29DC

Black with #3B29DC

Text Example


Text Example

White with #3B29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B29DC; }

 p { color: rgb(59,41,220); }

 H1.HeaderClassName
 {
   color: #3B29DC;
 }
 .AnyTagClassName
 {
   color: #3B29DC;
 }
</style>

background-color css

<style>
 a { background-color: #3B29DC; }

 a { background-color: rgb(59,41,220); }

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

border-color css

<style>
 span { border-color: #3B29DC; }

 span { border-color: rgb(59,41,220); }

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