Html Css Color HEX #3029EA Han Purple

📋 copy color: '#3029EA'

red 48 ◦ green 41 ◦ blue 234

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

Shades of Han Purple #3029EA

Tints of Han Purple #3029EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72.45%

R = 14.86%
G = 12.69%
B = 72.45%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3029EA (or 0x3029EA) is known color: Han Purple. HEX triplet: 30, 29 and EA. RGB value is (48,41,234). Sum of RGB (Red+Green+Blue) = 48+41+234=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #3029EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3029EA is #CFD615. Grayscale: #404040. Windows color (decimal): -13620758 or 15345968. OLE color: 15345968.

HSL color Cylindrical-coordinate representation of color #3029EA: hue angle of 242.18º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3029EA is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 41 234 -
CMYK 0.79 0.82 0 0.08
HSL 242.18º 0.82% 0.54% -
HSV(B) 242.18º 0.82% 0.92% -
XYZ 16.86 8.15 78.53 -
YUV 65.1 223.32 115.81 -
System Red Green Blue C M Y K H S L
Decimal 48 41 234 0.79 0.82 0 0.08 242.18 0.82 0.54
Hex 30 29 EA 4F 52 0 8 F2 52 36
Octal 60 51 352 117 122 0 10 362 122 66
Binary 110000 101001 11101010 1001111 1010010 0 1000 11110010 1010010 110110

Color Harmonies of #3029EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029EA

Black with #3029EA

Text Example


Text Example

White with #3029EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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