Html Css Color HEX #3828E0 Han Purple

📋 copy color: '#3828E0'

red 56 ◦ green 40 ◦ blue 224

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

Shades of Han Purple #3828E0

Tints of Han Purple #3828E0

RGB

 RED value IS 56 (22.27% from 255) = 17.5%

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 224 (87.89% from 255) = 70%

R = 17.5%
G = 12.5%
B = 70%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3828E0 (or 0x3828E0) is known color: Han Purple. HEX triplet: 38, 28 and E0. RGB value is (56,40,224). Sum of RGB (Red+Green+Blue) = 56+40+224=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #3828E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828E0 is #C7D71F. Grayscale: #414141. Windows color (decimal): -13096736 or 14690360. OLE color: 14690360.

HSL color Cylindrical-coordinate representation of color #3828E0: hue angle of 245.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3828E0 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 40 224 -
CMYK 0.75 0.82 0 0.12
HSL 245.22º 0.75% 0.52% -
HSV(B) 245.22º 0.82% 0.88% -
XYZ 15.84 7.74 71.18 -
YUV 65.76 217.3 121.04 -
System Red Green Blue C M Y K H S L
Decimal 56 40 224 0.75 0.82 0 0.12 245.22 0.75 0.52
Hex 38 28 E0 4B 52 0 C F5 4B 34
Octal 70 50 340 113 122 0 14 365 113 64
Binary 111000 101000 11100000 1001011 1010010 0 1100 11110101 1001011 110100

Color Harmonies of #3828E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828E0

Black with #3828E0

Text Example


Text Example

White with #3828E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3828E0; }

 p { color: rgb(56,40,224); }

 H1.HeaderClassName
 {
   color: #3828E0;
 }
 .AnyTagClassName
 {
   color: #3828E0;
 }
</style>

background-color css

<style>
 a { background-color: #3828E0; }

 a { background-color: rgb(56,40,224); }

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

border-color css

<style>
 span { border-color: #3828E0; }

 span { border-color: rgb(56,40,224); }

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