Html Css Color HEX #442BED Han Purple

📋 copy color: '#442BED'

red 68 ◦ green 43 ◦ blue 237

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

Shades of Han Purple #442BED

Tints of Han Purple #442BED

RGB

 RED value IS 68 (26.95% from 255) = 19.54%

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

 BLUE value IS 237 (92.97% from 255) = 68.1%

R = 19.54%
G = 12.36%
B = 68.1%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#442BED (or 0x442BED) is known color: Han Purple. HEX triplet: 44, 2B and ED. RGB value is (68,43,237). Sum of RGB (Red+Green+Blue) = 68+43+237=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #442BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442BED is #BBD412. Grayscale: #474747. Windows color (decimal): -12309523 or 15543108. OLE color: 15543108.

HSL color Cylindrical-coordinate representation of color #442BED: hue angle of 247.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442BED is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 43 237 -
CMYK 0.71 0.82 0 0.07
HSL 247.73º 0.84% 0.55% -
HSV(B) 247.73º 0.82% 0.93% -
XYZ 18.53 9.07 80.89 -
YUV 72.59 220.78 124.73 -
System Red Green Blue C M Y K H S L
Decimal 68 43 237 0.71 0.82 0 0.07 247.73 0.84 0.55
Hex 44 2B ED 47 52 0 7 F8 54 37
Octal 104 53 355 107 122 0 7 370 124 67
Binary 1000100 101011 11101101 1000111 1010010 0 111 11111000 1010100 110111

Color Harmonies of #442BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442BED

Black with #442BED

Text Example


Text Example

White with #442BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442BED; }

 p { color: rgb(68,43,237); }

 H1.HeaderClassName
 {
   color: #442BED;
 }
 .AnyTagClassName
 {
   color: #442BED;
 }
</style>

background-color css

<style>
 a { background-color: #442BED; }

 a { background-color: rgb(68,43,237); }

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

border-color css

<style>
 span { border-color: #442BED; }

 span { border-color: rgb(68,43,237); }

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