Html Css Color HEX #430CE0 Han Purple

📋 copy color: '#430CE0'

red 67 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #430CE0

Tints of Han Purple #430CE0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.96%

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

R = 22.11%
G = 3.96%
B = 73.93%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#430CE0 (or 0x430CE0) is known color: Han Purple. HEX triplet: 43, 0C and E0. RGB value is (67,12,224). Sum of RGB (Red+Green+Blue) = 67+12+224=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 224 (87.89% from 255 or 73.93% from 303); Max value from RGB is 224 - color contains mainly: blue. Hex color #430CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CE0 is #BCF31F. Grayscale: #333333. Windows color (decimal): -12383008 or 14683203. OLE color: 14683203.

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

Color convert

RGB 67 12 224 -
CMYK 0.70 0.95 0 0.12
HSL 255.57º 0.9% 0.46% -
HSV(B) 255.57º 0.95% 0.88% -
XYZ 15.9 6.84 71 -
YUV 52.61 224.72 138.26 -
System Red Green Blue C M Y K H S L
Decimal 67 12 224 0.70 0.95 0 0.12 255.57 0.9 0.46
Hex 43 C E0 46 5F 0 C 100 5A 2E
Octal 103 14 340 106 137 0 14 400 132 56
Binary 1000011 1100 11100000 1000110 1011111 0 1100 100000000 1011010 101110

Color Harmonies of #430CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CE0

Black with #430CE0

Text Example


Text Example

White with #430CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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