Html Css Color HEX #422DFB Han Purple

📋 copy color: '#422DFB'

red 66 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #422DFB

Tints of Han Purple #422DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 18.23%
G = 12.43%
B = 69.34%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#422DFB (or 0x422DFB) is known color: Han Purple. HEX triplet: 42, 2D and FB. RGB value is (66,45,251). Sum of RGB (Red+Green+Blue) = 66+45+251=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #422DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DFB is #BDD204. Grayscale: #494949. Windows color (decimal): -12440069 or 16461122. OLE color: 16461122.

HSL color Cylindrical-coordinate representation of color #422DFB: hue angle of 246.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422DFB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 45 251 -
CMYK 0.74 0.82 0 0.02
HSL 246.12º 0.96% 0.58% -
HSV(B) 246.12º 0.82% 0.98% -
XYZ 20.6 10 92.11 -
YUV 74.76 227.46 121.75 -
System Red Green Blue C M Y K H S L
Decimal 66 45 251 0.74 0.82 0 0.02 246.12 0.96 0.58
Hex 42 2D FB 4A 52 0 2 F6 60 3A
Octal 102 55 373 112 122 0 2 366 140 72
Binary 1000010 101101 11111011 1001010 1010010 0 10 11110110 1100000 111010

Color Harmonies of #422DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DFB

Black with #422DFB

Text Example


Text Example

White with #422DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,251); }

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

background-color css

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

 a { background-color: rgb(66,45,251); }

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

border-color css

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

 span { border-color: rgb(66,45,251); }

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