Html Css Color HEX #422FFA Han Purple

📋 copy color: '#422FFA'

red 66 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #422FFA

Tints of Han Purple #422FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 18.18%
G = 12.95%
B = 68.87%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#422FFA (or 0x422FFA) is known color: Han Purple. HEX triplet: 42, 2F and FA. RGB value is (66,47,250). Sum of RGB (Red+Green+Blue) = 66+47+250=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #422FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422FFA is #BDD005. Grayscale: #4B4B4B. Windows color (decimal): -12439558 or 16396098. OLE color: 16396098.

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

Color convert

RGB 66 47 250 -
CMYK 0.74 0.81 0 0.02
HSL 245.62º 0.95% 0.58% -
HSV(B) 245.62º 0.81% 0.98% -
XYZ 20.52 10.09 91.31 -
YUV 75.82 226.29 120.99 -
System Red Green Blue C M Y K H S L
Decimal 66 47 250 0.74 0.81 0 0.02 245.62 0.95 0.58
Hex 42 2F FA 4A 51 0 2 F6 5F 3A
Octal 102 57 372 112 121 0 2 366 137 72
Binary 1000010 101111 11111010 1001010 1010001 0 10 11110110 1011111 111010

Color Harmonies of #422FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FFA

Black with #422FFA

Text Example


Text Example

White with #422FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,47,250); }

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

background-color css

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

 a { background-color: rgb(66,47,250); }

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

border-color css

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

 span { border-color: rgb(66,47,250); }

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