Html Css Color HEX #370BCF Han Purple

📋 copy color: '#370BCF'

red 55 ◦ green 11 ◦ blue 207

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

Shades of Han Purple #370BCF

Tints of Han Purple #370BCF

RGB

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

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

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

R = 20.15%
G = 4.03%
B = 75.82%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#370BCF (or 0x370BCF) is known color: Han Purple. HEX triplet: 37, 0B and CF. RGB value is (55,11,207). Sum of RGB (Red+Green+Blue) = 55+11+207=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #370BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BCF is #C8F430. Grayscale: #2D2D2D. Windows color (decimal): -13169713 or 13568823. OLE color: 13568823.

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

Color convert

RGB 55 11 207 -
CMYK 0.73 0.95 0 0.19
HSL 253.47º 0.9% 0.43% -
HSV(B) 253.47º 0.95% 0.81% -
XYZ 12.96 5.56 59.42 -
YUV 46.5 218.58 134.06 -
System Red Green Blue C M Y K H S L
Decimal 55 11 207 0.73 0.95 0 0.19 253.47 0.9 0.43
Hex 37 B CF 49 5F 0 13 FD 5A 2B
Octal 67 13 317 111 137 0 23 375 132 53
Binary 110111 1011 11001111 1001001 1011111 0 10011 11111101 1011010 101011

Color Harmonies of #370BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BCF

Black with #370BCF

Text Example


Text Example

White with #370BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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