Html Css Color HEX #430EE0 Han Purple

📋 copy color: '#430EE0'

red 67 ◦ green 14 ◦ blue 224

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

Shades of Han Purple #430EE0

Tints of Han Purple #430EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

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

R = 21.97%
G = 4.59%
B = 73.44%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#430EE0 (or 0x430EE0) is known color: Han Purple. HEX triplet: 43, 0E and E0. RGB value is (67,14,224). Sum of RGB (Red+Green+Blue) = 67+14+224=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #430EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EE0 is #BCF11F. Grayscale: #353535. Windows color (decimal): -12382496 or 14683715. OLE color: 14683715.

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

Color convert

RGB 67 14 224 -
CMYK 0.70 0.94 0 0.12
HSL 255.14º 0.88% 0.47% -
HSV(B) 255.14º 0.94% 0.88% -
XYZ 15.93 6.89 71.01 -
YUV 53.79 224.06 137.42 -
System Red Green Blue C M Y K H S L
Decimal 67 14 224 0.70 0.94 0 0.12 255.14 0.88 0.47
Hex 43 E E0 46 5E 0 C FF 58 2F
Octal 103 16 340 106 136 0 14 377 130 57
Binary 1000011 1110 11100000 1000110 1011110 0 1100 11111111 1011000 101111

Color Harmonies of #430EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EE0

Black with #430EE0

Text Example


Text Example

White with #430EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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