Html Css Color HEX #422BF8 Han Purple

📋 copy color: '#422BF8'

red 66 ◦ green 43 ◦ blue 248

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

Shades of Han Purple #422BF8

Tints of Han Purple #422BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 69.47%

R = 18.49%
G = 12.04%
B = 69.47%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#422BF8 (or 0x422BF8) is known color: Han Purple. HEX triplet: 42, 2B and F8. RGB value is (66,43,248). Sum of RGB (Red+Green+Blue) = 66+43+248=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #422BF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BF8 is #BDD407. Grayscale: #484848. Windows color (decimal): -12440584 or 16264002. OLE color: 16264002.

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

Color convert

RGB 66 43 248 -
CMYK 0.73 0.83 0 0.03
HSL 246.73º 0.94% 0.57% -
HSV(B) 246.73º 0.83% 0.97% -
XYZ 20.05 9.66 89.62 -
YUV 73.25 226.62 122.83 -
System Red Green Blue C M Y K H S L
Decimal 66 43 248 0.73 0.83 0 0.03 246.73 0.94 0.57
Hex 42 2B F8 49 53 0 3 F7 5E 39
Octal 102 53 370 111 123 0 3 367 136 71
Binary 1000010 101011 11111000 1001001 1010011 0 11 11110111 1011110 111001

Color Harmonies of #422BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BF8

Black with #422BF8

Text Example


Text Example

White with #422BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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