Html Css Color HEX #3129EF Han Purple

📋 copy color: '#3129EF'

red 49 ◦ green 41 ◦ blue 239

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

Shades of Han Purple #3129EF

Tints of Han Purple #3129EF

RGB

 RED value IS 49 (19.53% from 255) = 14.89%

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

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

R = 14.89%
G = 12.46%
B = 72.64%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3129EF (or 0x3129EF) is known color: Han Purple. HEX triplet: 31, 29 and EF. RGB value is (49,41,239). Sum of RGB (Red+Green+Blue) = 49+41+239=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #3129EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3129EF is #CED610. Grayscale: #414141. Windows color (decimal): -13555217 or 15673649. OLE color: 15673649.

HSL color Cylindrical-coordinate representation of color #3129EF: hue angle of 242.42º 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 #3129EF is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 41 239 -
CMYK 0.79 0.83 0 0.06
HSL 242.42º 0.86% 0.55% -
HSV(B) 242.42º 0.83% 0.94% -
XYZ 17.64 8.47 82.37 -
YUV 65.96 225.65 115.9 -
System Red Green Blue C M Y K H S L
Decimal 49 41 239 0.79 0.83 0 0.06 242.42 0.86 0.55
Hex 31 29 EF 4F 53 0 6 F2 56 37
Octal 61 51 357 117 123 0 6 362 126 67
Binary 110001 101001 11101111 1001111 1010011 0 110 11110010 1010110 110111

Color Harmonies of #3129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3129EF

Black with #3129EF

Text Example


Text Example

White with #3129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,41,239); }

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

background-color css

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

 a { background-color: rgb(49,41,239); }

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

border-color css

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

 span { border-color: rgb(49,41,239); }

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