Html Css Color HEX #422BF6 Han Purple

📋 copy color: '#422BF6'

red 66 ◦ green 43 ◦ blue 246

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

Shades of Han Purple #422BF6

Tints of Han Purple #422BF6

RGB

 RED value IS 66 (26.17% from 255) = 18.59%

 GREEN value IS 43 (17.19% from 255) = 12.11%

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

R = 18.59%
G = 12.11%
B = 69.3%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#422BF6 (or 0x422BF6) is known color: Han Purple. HEX triplet: 42, 2B and F6. RGB value is (66,43,246). Sum of RGB (Red+Green+Blue) = 66+43+246=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #422BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BF6 is #BDD409. Grayscale: #484848. Windows color (decimal): -12440586 or 16132930. OLE color: 16132930.

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

Color convert

RGB 66 43 246 -
CMYK 0.73 0.83 0 0.04
HSL 246.8º 0.92% 0.57% -
HSV(B) 246.8º 0.83% 0.96% -
XYZ 19.75 9.54 87.99 -
YUV 73.02 225.62 122.99 -
System Red Green Blue C M Y K H S L
Decimal 66 43 246 0.73 0.83 0 0.04 246.8 0.92 0.57
Hex 42 2B F6 49 53 0 4 F7 5C 39
Octal 102 53 366 111 123 0 4 367 134 71
Binary 1000010 101011 11110110 1001001 1010011 0 100 11110111 1011100 111001

Color Harmonies of #422BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BF6

Black with #422BF6

Text Example


Text Example

White with #422BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,246); }

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

background-color css

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

 a { background-color: rgb(66,43,246); }

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

border-color css

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

 span { border-color: rgb(66,43,246); }

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