Html Css Color HEX #3D01ED Han Purple

📋 copy color: '#3D01ED'

red 61 ◦ green 1 ◦ blue 237

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

Shades of Han Purple #3D01ED

Tints of Han Purple #3D01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 237 (92.97% from 255) = 79.26%

R = 20.4%
G = 0.33%
B = 79.26%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D01ED (or 0x3D01ED) is known color: Han Purple. HEX triplet: 3D, 01 and ED. RGB value is (61,1,237). Sum of RGB (Red+Green+Blue) = 61+1+237=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D01ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D01ED is #C2FE12. Grayscale: #2C2C2C. Windows color (decimal): -12779027 or 15532349. OLE color: 15532349.

HSL color Cylindrical-coordinate representation of color #3D01ED: hue angle of 255.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D01ED is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 1 237 -
CMYK 0.74 1.00 0 0.07
HSL 255.25º 0.99% 0.47% -
HSV(B) 255.25º 1% 0.93% -
XYZ 17.22 7.13 80.59 -
YUV 45.84 235.88 138.81 -
System Red Green Blue C M Y K H S L
Decimal 61 1 237 0.74 1.00 0 0.07 255.25 0.99 0.47
Hex 3D 1 ED 4A 64 0 7 FF 63 2F
Octal 75 1 355 112 144 0 7 377 143 57
Binary 111101 1 11101101 1001010 1100100 0 111 11111111 1100011 101111

Color Harmonies of #3D01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D01ED

Black with #3D01ED

Text Example


Text Example

White with #3D01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,1,237); }

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

background-color css

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

 a { background-color: rgb(61,1,237); }

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

border-color css

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

 span { border-color: rgb(61,1,237); }

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