Html Css Color HEX #3D1FEE Han Purple

📋 copy color: '#3D1FEE'

red 61 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #3D1FEE

Tints of Han Purple #3D1FEE

RGB

 RED value IS 61 (24.22% from 255) = 18.48%

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 238 (93.36% from 255) = 72.12%

R = 18.48%
G = 9.39%
B = 72.12%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D1FEE (or 0x3D1FEE) is known color: Han Purple. HEX triplet: 3D, 1F and EE. RGB value is (61,31,238). Sum of RGB (Red+Green+Blue) = 61+31+238=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D1FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1FEE is #C2E011. Grayscale: #3E3E3E. Windows color (decimal): -12771346 or 15605565. OLE color: 15605565.

HSL color Cylindrical-coordinate representation of color #3D1FEE: hue angle of 248.7º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1FEE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 31 238 -
CMYK 0.74 0.87 0 0.07
HSL 248.7º 0.86% 0.53% -
HSV(B) 248.7º 0.87% 0.93% -
XYZ 17.85 8.15 81.52 -
YUV 63.57 226.44 126.17 -
System Red Green Blue C M Y K H S L
Decimal 61 31 238 0.74 0.87 0 0.07 248.7 0.86 0.53
Hex 3D 1F EE 4A 57 0 7 F9 56 35
Octal 75 37 356 112 127 0 7 371 126 65
Binary 111101 11111 11101110 1001010 1010111 0 111 11111001 1010110 110101

Color Harmonies of #3D1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1FEE

Black with #3D1FEE

Text Example


Text Example

White with #3D1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,238); }

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

background-color css

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

 a { background-color: rgb(61,31,238); }

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

border-color css

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

 span { border-color: rgb(61,31,238); }

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