Html Css Color HEX #370BCE Han Purple

📋 copy color: '#370BCE'

red 55 ◦ green 11 ◦ blue 206

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

Shades of Han Purple #370BCE

Tints of Han Purple #370BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 20.22%
G = 4.04%
B = 75.74%

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

#370BCE (or 0x370BCE) is known color: Han Purple. HEX triplet: 37, 0B and CE. RGB value is (55,11,206). Sum of RGB (Red+Green+Blue) = 55+11+206=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #370BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BCE is #C8F431. Grayscale: #2D2D2D. Windows color (decimal): -13169714 or 13503287. OLE color: 13503287.

HSL color Cylindrical-coordinate representation of color #370BCE: hue angle of 253.54º 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 #370BCE is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 11 206 -
CMYK 0.73 0.95 0 0.19
HSL 253.54º 0.9% 0.43% -
HSV(B) 253.54º 0.95% 0.81% -
XYZ 12.84 5.51 58.78 -
YUV 46.39 218.08 134.14 -
System Red Green Blue C M Y K H S L
Decimal 55 11 206 0.73 0.95 0 0.19 253.54 0.9 0.43
Hex 37 B CE 49 5F 0 13 FE 5A 2B
Octal 67 13 316 111 137 0 23 376 132 53
Binary 110111 1011 11001110 1001001 1011111 0 10011 11111110 1011010 101011

Color Harmonies of #370BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BCE

Black with #370BCE

Text Example


Text Example

White with #370BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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