Html Css Color HEX #3D0CDD Han Purple

📋 copy color: '#3D0CDD'

red 61 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #3D0CDD

Tints of Han Purple #3D0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

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

R = 20.75%
G = 4.08%
B = 75.17%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D0CDD (or 0x3D0CDD) is known color: Han Purple. HEX triplet: 3D, 0C and DD. RGB value is (61,12,221). Sum of RGB (Red+Green+Blue) = 61+12+221=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0CDD is #C2F322. Grayscale: #313131. Windows color (decimal): -12776227 or 14486589. OLE color: 14486589.

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

Color convert

RGB 61 12 221 -
CMYK 0.72 0.95 0 0.13
HSL 254.07º 0.9% 0.46% -
HSV(B) 254.07º 0.95% 0.87% -
XYZ 15.11 6.48 68.86 -
YUV 50.48 224.23 135.51 -
System Red Green Blue C M Y K H S L
Decimal 61 12 221 0.72 0.95 0 0.13 254.07 0.9 0.46
Hex 3D C DD 48 5F 0 D FE 5A 2E
Octal 75 14 335 110 137 0 15 376 132 56
Binary 111101 1100 11011101 1001000 1011111 0 1101 11111110 1011010 101110

Color Harmonies of #3D0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0CDD

Black with #3D0CDD

Text Example


Text Example

White with #3D0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,12,221); }

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

background-color css

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

 a { background-color: rgb(61,12,221); }

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

border-color css

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

 span { border-color: rgb(61,12,221); }

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