Html Css Color HEX #430BF6 Han Purple

📋 copy color: '#430BF6'

red 67 ◦ green 11 ◦ blue 246

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

Shades of Han Purple #430BF6

Tints of Han Purple #430BF6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 246 (96.48% from 255) = 75.93%

R = 20.68%
G = 3.4%
B = 75.93%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#430BF6 (or 0x430BF6) is known color: Han Purple. HEX triplet: 43, 0B and F6. RGB value is (67,11,246). Sum of RGB (Red+Green+Blue) = 67+11+246=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #430BF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430BF6 is #BCF409. Grayscale: #353535. Windows color (decimal): -12383242 or 16124739. OLE color: 16124739.

HSL color Cylindrical-coordinate representation of color #430BF6: hue angle of 254.3º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430BF6 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 67 11 246 -
CMYK 0.73 0.96 0 0.04
HSL 254.3º 0.93% 0.5% -
HSV(B) 254.3º 0.96% 0.96% -
XYZ 19.07 8.09 87.74 -
YUV 54.53 236.05 136.89 -
System Red Green Blue C M Y K H S L
Decimal 67 11 246 0.73 0.96 0 0.04 254.3 0.93 0.5
Hex 43 B F6 49 60 0 4 FE 5D 32
Octal 103 13 366 111 140 0 4 376 135 62
Binary 1000011 1011 11110110 1001001 1100000 0 100 11111110 1011101 110010

Color Harmonies of #430BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BF6

Black with #430BF6

Text Example


Text Example

White with #430BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,246); }

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

background-color css

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

 a { background-color: rgb(67,11,246); }

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

border-color css

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

 span { border-color: rgb(67,11,246); }

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