Html Css Color HEX #310CDA Han Purple

📋 copy color: '#310CDA'

red 49 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #310CDA

Tints of Han Purple #310CDA

RGB

 RED value IS 49 (19.53% from 255) = 17.56%

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

 BLUE value IS 218 (85.55% from 255) = 78.14%

R = 17.56%
G = 4.3%
B = 78.14%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#310CDA (or 0x310CDA) is known color: Han Purple. HEX triplet: 31, 0C and DA. RGB value is (49,12,218). Sum of RGB (Red+Green+Blue) = 49+12+218=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #310CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CDA is #CEF325. Grayscale: #2D2D2D. Windows color (decimal): -13562662 or 14289969. OLE color: 14289969.

HSL color Cylindrical-coordinate representation of color #310CDA: hue angle of 250.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CDA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 12 218 -
CMYK 0.78 0.94 0 0.15
HSL 250.78º 0.9% 0.45% -
HSV(B) 250.78º 0.94% 0.85% -
XYZ 14.05 5.98 66.74 -
YUV 46.55 224.76 129.75 -
System Red Green Blue C M Y K H S L
Decimal 49 12 218 0.78 0.94 0 0.15 250.78 0.9 0.45
Hex 31 C DA 4E 5E 0 F FB 5A 2D
Octal 61 14 332 116 136 0 17 373 132 55
Binary 110001 1100 11011010 1001110 1011110 0 1111 11111011 1011010 101101

Color Harmonies of #310CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CDA

Black with #310CDA

Text Example


Text Example

White with #310CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310CDA; }

 p { color: rgb(49,12,218); }

 H1.HeaderClassName
 {
   color: #310CDA;
 }
 .AnyTagClassName
 {
   color: #310CDA;
 }
</style>

background-color css

<style>
 a { background-color: #310CDA; }

 a { background-color: rgb(49,12,218); }

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

border-color css

<style>
 span { border-color: #310CDA; }

 span { border-color: rgb(49,12,218); }

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