Html Css Color HEX #422CFB Han Purple

📋 copy color: '#422CFB'

red 66 ◦ green 44 ◦ blue 251

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

Shades of Han Purple #422CFB

Tints of Han Purple #422CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.19%

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

R = 18.28%
G = 12.19%
B = 69.53%

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

#422CFB (or 0x422CFB) is known color: Han Purple. HEX triplet: 42, 2C and FB. RGB value is (66,44,251). Sum of RGB (Red+Green+Blue) = 66+44+251=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #422CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422CFB is #BDD304. Grayscale: #494949. Windows color (decimal): -12440325 or 16460866. OLE color: 16460866.

HSL color Cylindrical-coordinate representation of color #422CFB: hue angle of 246.38º 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 #422CFB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 44 251 -
CMYK 0.74 0.82 0 0.02
HSL 246.38º 0.96% 0.58% -
HSV(B) 246.38º 0.82% 0.98% -
XYZ 20.56 9.92 92.1 -
YUV 74.18 227.79 122.17 -
System Red Green Blue C M Y K H S L
Decimal 66 44 251 0.74 0.82 0 0.02 246.38 0.96 0.58
Hex 42 2C FB 4A 52 0 2 F6 60 3A
Octal 102 54 373 112 122 0 2 366 140 72
Binary 1000010 101100 11111011 1001010 1010010 0 10 11110110 1100000 111010

Color Harmonies of #422CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CFB

Black with #422CFB

Text Example


Text Example

White with #422CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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