Html Css Color HEX #430EDD Han Purple

📋 copy color: '#430EDD'

red 67 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #430EDD

Tints of Han Purple #430EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 22.19%
G = 4.64%
B = 73.18%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#430EDD (or 0x430EDD) is known color: Han Purple. HEX triplet: 43, 0E and DD. RGB value is (67,14,221). Sum of RGB (Red+Green+Blue) = 67+14+221=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #430EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EDD is #BCF122. Grayscale: #343434. Windows color (decimal): -12382499 or 14487107. OLE color: 14487107.

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

Color convert

RGB 67 14 221 -
CMYK 0.70 0.94 0 0.13
HSL 255.36º 0.88% 0.46% -
HSV(B) 255.36º 0.94% 0.87% -
XYZ 15.52 6.73 68.89 -
YUV 53.45 222.56 137.67 -
System Red Green Blue C M Y K H S L
Decimal 67 14 221 0.70 0.94 0 0.13 255.36 0.88 0.46
Hex 43 E DD 46 5E 0 D FF 58 2E
Octal 103 16 335 106 136 0 15 377 130 56
Binary 1000011 1110 11011101 1000110 1011110 0 1101 11111111 1011000 101110

Color Harmonies of #430EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EDD

Black with #430EDD

Text Example


Text Example

White with #430EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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