Html Css Color HEX #3D1EEE Han Purple

📋 copy color: '#3D1EEE'

red 61 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #3D1EEE

Tints of Han Purple #3D1EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

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

R = 18.54%
G = 9.12%
B = 72.34%

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

#3D1EEE (or 0x3D1EEE) is known color: Han Purple. HEX triplet: 3D, 1E and EE. RGB value is (61,30,238). Sum of RGB (Red+Green+Blue) = 61+30+238=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D1EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1EEE is #C2E111. Grayscale: #3E3E3E. Windows color (decimal): -12771602 or 15605309. OLE color: 15605309.

HSL color Cylindrical-coordinate representation of color #3D1EEE: hue angle of 248.94º 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 #3D1EEE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 30 238 -
CMYK 0.74 0.87 0 0.07
HSL 248.94º 0.86% 0.53% -
HSV(B) 248.94º 0.87% 0.93% -
XYZ 17.82 8.09 81.51 -
YUV 62.98 226.77 126.59 -
System Red Green Blue C M Y K H S L
Decimal 61 30 238 0.74 0.87 0 0.07 248.94 0.86 0.53
Hex 3D 1E EE 4A 57 0 7 F9 56 35
Octal 75 36 356 112 127 0 7 371 126 65
Binary 111101 11110 11101110 1001010 1010111 0 111 11111001 1010110 110101

Color Harmonies of #3D1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1EEE

Black with #3D1EEE

Text Example


Text Example

White with #3D1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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