Html Css Color HEX #422BFD Han Purple

📋 copy color: '#422BFD'

red 66 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #422BFD

Tints of Han Purple #422BFD

RGB

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

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

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

R = 18.23%
G = 11.88%
B = 69.89%

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

#422BFD (or 0x422BFD) is known color: Han Purple. HEX triplet: 42, 2B and FD. RGB value is (66,43,253). Sum of RGB (Red+Green+Blue) = 66+43+253=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #422BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422BFD is #BDD402. Grayscale: #494949. Windows color (decimal): -12440579 or 16591682. OLE color: 16591682.

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

Color convert

RGB 66 43 253 -
CMYK 0.74 0.83 0 0.01
HSL 246.57º 0.98% 0.58% -
HSV(B) 246.57º 0.83% 0.99% -
XYZ 20.84 9.98 93.76 -
YUV 73.82 229.12 122.42 -
System Red Green Blue C M Y K H S L
Decimal 66 43 253 0.74 0.83 0 0.01 246.57 0.98 0.58
Hex 42 2B FD 4A 53 0 1 F7 62 3A
Octal 102 53 375 112 123 0 1 367 142 72
Binary 1000010 101011 11111101 1001010 1010011 0 1 11110111 1100010 111010

Color Harmonies of #422BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422BFD

Black with #422BFD

Text Example


Text Example

White with #422BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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