#430CFF

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

Shades of Han Purple #430CFF

Tints of Han Purple #430CFF

Color information

#430CFF (or 0x430CFF) is unknown color: approx Han Purple. HEX triplet: 43, 0C and FF. RGB value is (67,12,255). Sum of RGB (Red+Green+Blue) = 67+12+255=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #430CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CFF is #BCF300. Grayscale: #373737. Windows color (decimal): -12382977 or 16714819. OLE color: 16714819.

HSL color Cylindrical-coordinate representation of color #430CFF: hue angle of 253.58º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CFF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6712255-
CMYK0.740.9500
HSL253.58º100%52.35%-
HSV(B)253.58º95.29%100%-
XYZ20.58.6895.2-
YUV56.15240.22135.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 12 (5.08% from 255) = 3.59%
BLUE value IS 255 (100% from 255) = 76.35%
R=20.06%
G=3.59%
B=76.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal67122550.740.9500253.5810052.35
Hex43CFF4A5F00fe6434
Octal103143771121370037614464
Binary10000111100111111111001010101111100111111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430CFF; }

 p { color: rgb(67,12,255); }

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

<style>
 a { background-color: #430CFF; }

 a { background-color: rgb(67,12,255); }

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

<style>
 span { border-color: #430CFF; }

 span { border-color: rgb(67,12,255); }

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