Html Css Color HEX #370BED Han Purple

📋 copy color: '#370BED'

red 55 ◦ green 11 ◦ blue 237

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

Shades of Han Purple #370BED

Tints of Han Purple #370BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.22%

R = 18.15%
G = 3.63%
B = 78.22%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#370BED (or 0x370BED) is known color: Han Purple. HEX triplet: 37, 0B and ED. RGB value is (55,11,237). Sum of RGB (Red+Green+Blue) = 55+11+237=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #370BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BED is #C8F412. Grayscale: #313131. Windows color (decimal): -13169683 or 15534903. OLE color: 15534903.

HSL color Cylindrical-coordinate representation of color #370BED: hue angle of 251.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BED is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 11 237 -
CMYK 0.77 0.95 0 0.07
HSL 251.68º 0.91% 0.49% -
HSV(B) 251.68º 0.95% 0.93% -
XYZ 16.98 7.17 80.61 -
YUV 49.92 233.58 131.62 -
System Red Green Blue C M Y K H S L
Decimal 55 11 237 0.77 0.95 0 0.07 251.68 0.91 0.49
Hex 37 B ED 4D 5F 0 7 FC 5B 31
Octal 67 13 355 115 137 0 7 374 133 61
Binary 110111 1011 11101101 1001101 1011111 0 111 11111100 1011011 110001

Color Harmonies of #370BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BED

Black with #370BED

Text Example


Text Example

White with #370BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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