#4308DC

Color #4308DC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4308DC

Tints of Han Purple #4308DC

Color information

#4308DC (or 0x4308DC) is unknown color: approx Han Purple. HEX triplet: 43, 08 and DC. RGB value is (67,8,220). Sum of RGB (Red+Green+Blue) = 67+8+220=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #4308DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4308DC is #BCF723. Grayscale: #313131. Windows color (decimal): -12384036 or 14420035. OLE color: 14420035.

HSL color Cylindrical-coordinate representation of color #4308DC: hue angle of 256.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4308DC is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB678220-
CMYK0.700.9600.14
HSL256.7º92.98%44.71%-
HSV(B)256.7º96.36%86.27%-
XYZ15.326.5368.16-
YUV49.81224.05140.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 220 (86.33% from 255) = 74.58%
R=22.71%
G=2.71%
B=74.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal6782200.700.9600.14256.792.9844.71
Hex438DC46600E1015d2d
Octal1031033410614001640113555
Binary100001110001101110010001101100000011101000000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4308DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4308DC; }

 p { color: rgb(67,8,220); }

 H1.HeaderClassName
 {
   color: #4308DC;
 }
 .AnyTagClassName
 {
   color: #4308DC;
 }
</style>
background-color css

<style>
 a { background-color: #4308DC; }

 a { background-color: rgb(67,8,220); }

 div.DivClassName
 {
   background-color: #4308DC;
 }
 .BgClassName
 {
   background-color: #4308DC;
 }
</style>
border-color css

<style>
 span { border-color: #4308DC; }

 span { border-color: rgb(67,8,220); }

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