Html Css Color HEX #3D30DF Han Purple

📋 copy color: '#3D30DF'

red 61 ◦ green 48 ◦ blue 223

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

Shades of Han Purple #3D30DF

Tints of Han Purple #3D30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

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

R = 18.37%
G = 14.46%
B = 67.17%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D30DF (or 0x3D30DF) is known color: Han Purple. HEX triplet: 3D, 30 and DF. RGB value is (61,48,223). Sum of RGB (Red+Green+Blue) = 61+48+223=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D30DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D30DF is #C2CF20. Grayscale: #474747. Windows color (decimal): -12767009 or 14626877. OLE color: 14626877.

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

Color convert

RGB 61 48 223 -
CMYK 0.73 0.78 0 0.13
HSL 244.46º 0.73% 0.53% -
HSV(B) 244.46º 0.78% 0.87% -
XYZ 16.3 8.43 70.58 -
YUV 71.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 61 48 223 0.73 0.78 0 0.13 244.46 0.73 0.53
Hex 3D 30 DF 49 4E 0 D F4 49 35
Octal 75 60 337 111 116 0 15 364 111 65
Binary 111101 110000 11011111 1001001 1001110 0 1101 11110100 1001001 110101

Color Harmonies of #3D30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D30DF

Black with #3D30DF

Text Example


Text Example

White with #3D30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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