Html Css Color HEX #370BDA Han Purple

📋 copy color: '#370BDA'

red 55 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #370BDA

Tints of Han Purple #370BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.87%

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

R = 19.37%
G = 3.87%
B = 76.76%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370BDA (or 0x370BDA) is known color: Han Purple. HEX triplet: 37, 0B and DA. RGB value is (55,11,218). Sum of RGB (Red+Green+Blue) = 55+11+218=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #370BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BDA is #C8F425. Grayscale: #2E2E2E. Windows color (decimal): -13169702 or 14289719. OLE color: 14289719.

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

Color convert

RGB 55 11 218 -
CMYK 0.75 0.95 0 0.15
HSL 252.75º 0.9% 0.45% -
HSV(B) 252.75º 0.95% 0.85% -
XYZ 14.35 6.11 66.75 -
YUV 47.75 224.08 133.17 -
System Red Green Blue C M Y K H S L
Decimal 55 11 218 0.75 0.95 0 0.15 252.75 0.9 0.45
Hex 37 B DA 4B 5F 0 F FD 5A 2D
Octal 67 13 332 113 137 0 17 375 132 55
Binary 110111 1011 11011010 1001011 1011111 0 1111 11111101 1011010 101101

Color Harmonies of #370BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BDA

Black with #370BDA

Text Example


Text Example

White with #370BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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