Html Css Color HEX #370DCF Han Purple

📋 copy color: '#370DCF'

red 55 ◦ green 13 ◦ blue 207

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

Shades of Han Purple #370DCF

Tints of Han Purple #370DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.73%

 BLUE value IS 207 (81.25% from 255) = 75.27%

R = 20%
G = 4.73%
B = 75.27%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#370DCF (or 0x370DCF) is known color: Han Purple. HEX triplet: 37, 0D and CF. RGB value is (55,13,207). Sum of RGB (Red+Green+Blue) = 55+13+207=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #370DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370DCF is #C8F230. Grayscale: #2E2E2E. Windows color (decimal): -13169201 or 13569335. OLE color: 13569335.

HSL color Cylindrical-coordinate representation of color #370DCF: hue angle of 252.99º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370DCF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 13 207 -
CMYK 0.73 0.94 0 0.19
HSL 252.99º 0.88% 0.43% -
HSV(B) 252.99º 0.94% 0.81% -
XYZ 12.98 5.61 59.43 -
YUV 47.67 217.91 133.23 -
System Red Green Blue C M Y K H S L
Decimal 55 13 207 0.73 0.94 0 0.19 252.99 0.88 0.43
Hex 37 D CF 49 5E 0 13 FD 58 2B
Octal 67 15 317 111 136 0 23 375 130 53
Binary 110111 1101 11001111 1001001 1011110 0 10011 11111101 1011000 101011

Color Harmonies of #370DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DCF

Black with #370DCF

Text Example


Text Example

White with #370DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,13,207); }

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

background-color css

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

 a { background-color: rgb(55,13,207); }

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

border-color css

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

 span { border-color: rgb(55,13,207); }

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