Html Css Color HEX #422CFD Han Purple

📋 copy color: '#422CFD'

red 66 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #422CFD

Tints of Han Purple #422CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 18.18%
G = 12.12%
B = 69.7%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#422CFD (or 0x422CFD) is known color: Han Purple. HEX triplet: 42, 2C and FD. RGB value is (66,44,253). Sum of RGB (Red+Green+Blue) = 66+44+253=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #422CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422CFD is #BDD302. Grayscale: #494949. Windows color (decimal): -12440323 or 16591938. OLE color: 16591938.

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

Color convert

RGB 66 44 253 -
CMYK 0.74 0.83 0 0.01
HSL 246.32º 0.98% 0.58% -
HSV(B) 246.32º 0.83% 0.99% -
XYZ 20.88 10.05 93.77 -
YUV 74.4 228.79 122.01 -
System Red Green Blue C M Y K H S L
Decimal 66 44 253 0.74 0.83 0 0.01 246.32 0.98 0.58
Hex 42 2C FD 4A 53 0 1 F6 62 3A
Octal 102 54 375 112 123 0 1 366 142 72
Binary 1000010 101100 11111101 1001010 1010011 0 1 11110110 1100010 111010

Color Harmonies of #422CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CFD

Black with #422CFD

Text Example


Text Example

White with #422CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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