Html Css Color HEX #3D12DF Han Purple

📋 copy color: '#3D12DF'

red 61 ◦ green 18 ◦ blue 223

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

Shades of Han Purple #3D12DF

Tints of Han Purple #3D12DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 223 (87.5% from 255) = 73.84%

R = 20.2%
G = 5.96%
B = 73.84%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D12DF (or 0x3D12DF) is known color: Han Purple. HEX triplet: 3D, 12 and DF. RGB value is (61,18,223). Sum of RGB (Red+Green+Blue) = 61+18+223=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D12DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D12DF is #C2ED20. Grayscale: #353535. Windows color (decimal): -12774689 or 14619197. OLE color: 14619197.

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

Color convert

RGB 61 18 223 -
CMYK 0.73 0.92 0 0.13
HSL 252.59º 0.85% 0.47% -
HSV(B) 252.59º 0.92% 0.87% -
XYZ 15.46 6.75 70.3 -
YUV 54.23 223.25 132.83 -
System Red Green Blue C M Y K H S L
Decimal 61 18 223 0.73 0.92 0 0.13 252.59 0.85 0.47
Hex 3D 12 DF 49 5C 0 D FD 55 2F
Octal 75 22 337 111 134 0 15 375 125 57
Binary 111101 10010 11011111 1001001 1011100 0 1101 11111101 1010101 101111

Color Harmonies of #3D12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D12DF

Black with #3D12DF

Text Example


Text Example

White with #3D12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,18,223); }

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

background-color css

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

 a { background-color: rgb(61,18,223); }

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

border-color css

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

 span { border-color: rgb(61,18,223); }

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