Html Css Color HEX #3029EC Han Purple

📋 copy color: '#3029EC'

red 48 ◦ green 41 ◦ blue 236

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

Shades of Han Purple #3029EC

Tints of Han Purple #3029EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 236 (92.58% from 255) = 72.62%

R = 14.77%
G = 12.62%
B = 72.62%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3029EC (or 0x3029EC) is known color: Han Purple. HEX triplet: 30, 29 and EC. RGB value is (48,41,236). Sum of RGB (Red+Green+Blue) = 48+41+236=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #3029EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3029EC is #CFD613. Grayscale: #404040. Windows color (decimal): -13620756 or 15477040. OLE color: 15477040.

HSL color Cylindrical-coordinate representation of color #3029EC: hue angle of 242.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3029EC is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 41 236 -
CMYK 0.80 0.83 0 0.07
HSL 242.15º 0.84% 0.54% -
HSV(B) 242.15º 0.83% 0.93% -
XYZ 17.15 8.27 80.05 -
YUV 65.32 224.32 115.64 -
System Red Green Blue C M Y K H S L
Decimal 48 41 236 0.80 0.83 0 0.07 242.15 0.84 0.54
Hex 30 29 EC 50 53 0 7 F2 54 36
Octal 60 51 354 120 123 0 7 362 124 66
Binary 110000 101001 11101100 1010000 1010011 0 111 11110010 1010100 110110

Color Harmonies of #3029EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029EC

Black with #3029EC

Text Example


Text Example

White with #3029EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3029EC; }

 p { color: rgb(48,41,236); }

 H1.HeaderClassName
 {
   color: #3029EC;
 }
 .AnyTagClassName
 {
   color: #3029EC;
 }
</style>

background-color css

<style>
 a { background-color: #3029EC; }

 a { background-color: rgb(48,41,236); }

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

border-color css

<style>
 span { border-color: #3029EC; }

 span { border-color: rgb(48,41,236); }

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