Html Css Color HEX #430AE0 Han Purple

📋 copy color: '#430AE0'

red 67 ◦ green 10 ◦ blue 224

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

Shades of Han Purple #430AE0

Tints of Han Purple #430AE0

RGB

 RED value IS 67 (26.56% from 255) = 22.26%

 GREEN value IS 10 (4.3% from 255) = 3.32%

 BLUE value IS 224 (87.89% from 255) = 74.42%

R = 22.26%
G = 3.32%
B = 74.42%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#430AE0 (or 0x430AE0) is known color: Han Purple. HEX triplet: 43, 0A and E0. RGB value is (67,10,224). Sum of RGB (Red+Green+Blue) = 67+10+224=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #430AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AE0 is #BCF51F. Grayscale: #323232. Windows color (decimal): -12383520 or 14682691. OLE color: 14682691.

HSL color Cylindrical-coordinate representation of color #430AE0: hue angle of 255.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AE0 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 67 10 224 -
CMYK 0.70 0.96 0 0.12
HSL 255.98º 0.91% 0.46% -
HSV(B) 255.98º 0.96% 0.88% -
XYZ 15.88 6.79 71 -
YUV 51.44 225.38 139.1 -
System Red Green Blue C M Y K H S L
Decimal 67 10 224 0.70 0.96 0 0.12 255.98 0.91 0.46
Hex 43 A E0 46 60 0 C 100 5B 2E
Octal 103 12 340 106 140 0 14 400 133 56
Binary 1000011 1010 11100000 1000110 1100000 0 1100 100000000 1011011 101110

Color Harmonies of #430AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430AE0

Black with #430AE0

Text Example


Text Example

White with #430AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,10,224); }

 H1.HeaderClassName
 {
   color: #430AE0;
 }
 .AnyTagClassName
 {
   color: #430AE0;
 }
</style>

background-color css

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

 a { background-color: rgb(67,10,224); }

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

border-color css

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

 span { border-color: rgb(67,10,224); }

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