Html Css Color HEX #3028EF Han Purple

📋 copy color: '#3028EF'

red 48 ◦ green 40 ◦ blue 239

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

Shades of Han Purple #3028EF

Tints of Han Purple #3028EF

RGB

 RED value IS 48 (19.14% from 255) = 14.68%

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

 BLUE value IS 239 (93.75% from 255) = 73.09%

R = 14.68%
G = 12.23%
B = 73.09%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3028EF (or 0x3028EF) is known color: Han Purple. HEX triplet: 30, 28 and EF. RGB value is (48,40,239). Sum of RGB (Red+Green+Blue) = 48+40+239=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #3028EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3028EF is #CFD710. Grayscale: #404040. Windows color (decimal): -13621009 or 15673392. OLE color: 15673392.

HSL color Cylindrical-coordinate representation of color #3028EF: hue angle of 242.41º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3028EF is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 40 239 -
CMYK 0.80 0.83 0 0.06
HSL 242.41º 0.86% 0.55% -
HSV(B) 242.41º 0.83% 0.94% -
XYZ 17.56 8.38 82.35 -
YUV 65.08 226.15 115.82 -
System Red Green Blue C M Y K H S L
Decimal 48 40 239 0.80 0.83 0 0.06 242.41 0.86 0.55
Hex 30 28 EF 50 53 0 6 F2 56 37
Octal 60 50 357 120 123 0 6 362 126 67
Binary 110000 101000 11101111 1010000 1010011 0 110 11110010 1010110 110111

Color Harmonies of #3028EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028EF

Black with #3028EF

Text Example


Text Example

White with #3028EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3028EF; }

 p { color: rgb(48,40,239); }

 H1.HeaderClassName
 {
   color: #3028EF;
 }
 .AnyTagClassName
 {
   color: #3028EF;
 }
</style>

background-color css

<style>
 a { background-color: #3028EF; }

 a { background-color: rgb(48,40,239); }

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

border-color css

<style>
 span { border-color: #3028EF; }

 span { border-color: rgb(48,40,239); }

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