Html Css Color HEX #370CDA Han Purple

📋 copy color: '#370CDA'

red 55 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #370CDA

Tints of Han Purple #370CDA

RGB

 RED value IS 55 (21.88% from 255) = 19.3%

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

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

R = 19.3%
G = 4.21%
B = 76.49%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370CDA (or 0x370CDA) is known color: Han Purple. HEX triplet: 37, 0C and DA. RGB value is (55,12,218). Sum of RGB (Red+Green+Blue) = 55+12+218=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #370CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CDA is #C8F325. Grayscale: #2F2F2F. Windows color (decimal): -13169446 or 14289975. OLE color: 14289975.

HSL color Cylindrical-coordinate representation of color #370CDA: hue angle of 252.52º 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 #370CDA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 12 218 -
CMYK 0.75 0.94 0 0.15
HSL 252.52º 0.9% 0.45% -
HSV(B) 252.52º 0.94% 0.85% -
XYZ 14.36 6.14 66.76 -
YUV 48.34 223.75 132.75 -
System Red Green Blue C M Y K H S L
Decimal 55 12 218 0.75 0.94 0 0.15 252.52 0.9 0.45
Hex 37 C DA 4B 5E 0 F FD 5A 2D
Octal 67 14 332 113 136 0 17 375 132 55
Binary 110111 1100 11011010 1001011 1011110 0 1111 11111101 1011010 101101

Color Harmonies of #370CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CDA

Black with #370CDA

Text Example


Text Example

White with #370CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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