Html Css Color HEX #3B31DD Han Purple

📋 copy color: '#3B31DD'

red 59 ◦ green 49 ◦ blue 221

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

Shades of Han Purple #3B31DD

Tints of Han Purple #3B31DD

RGB

 RED value IS 59 (23.44% from 255) = 17.93%

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

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 17.93%
G = 14.89%
B = 67.17%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B31DD (or 0x3B31DD) is known color: Han Purple. HEX triplet: 3B, 31 and DD. RGB value is (59,49,221). Sum of RGB (Red+Green+Blue) = 59+49+221=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B31DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B31DD is #C4CE22. Grayscale: #464646. Windows color (decimal): -12897827 or 14496059. OLE color: 14496059.

HSL color Cylindrical-coordinate representation of color #3B31DD: hue angle of 243.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B31DD is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 49 221 -
CMYK 0.73 0.78 0 0.13
HSL 243.49º 0.72% 0.53% -
HSV(B) 243.49º 0.78% 0.87% -
XYZ 15.95 8.35 69.18 -
YUV 71.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 59 49 221 0.73 0.78 0 0.13 243.49 0.72 0.53
Hex 3B 31 DD 49 4E 0 D F3 48 35
Octal 73 61 335 111 116 0 15 363 110 65
Binary 111011 110001 11011101 1001001 1001110 0 1101 11110011 1001000 110101

Color Harmonies of #3B31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B31DD

Black with #3B31DD

Text Example


Text Example

White with #3B31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B31DD; }

 p { color: rgb(59,49,221); }

 H1.HeaderClassName
 {
   color: #3B31DD;
 }
 .AnyTagClassName
 {
   color: #3B31DD;
 }
</style>

background-color css

<style>
 a { background-color: #3B31DD; }

 a { background-color: rgb(59,49,221); }

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

border-color css

<style>
 span { border-color: #3B31DD; }

 span { border-color: rgb(59,49,221); }

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