Html Css Color HEX #370FCB Han Purple

📋 copy color: '#370FCB'

red 55 ◦ green 15 ◦ blue 203

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

Shades of Han Purple #370FCB

Tints of Han Purple #370FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 203 (79.69% from 255) = 74.36%

R = 20.15%
G = 5.49%
B = 74.36%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#370FCB (or 0x370FCB) is known color: Han Purple. HEX triplet: 37, 0F and CB. RGB value is (55,15,203). Sum of RGB (Red+Green+Blue) = 55+15+203=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #370FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FCB is #C8F034. Grayscale: #2F2F2F. Windows color (decimal): -13168693 or 13307703. OLE color: 13307703.

HSL color Cylindrical-coordinate representation of color #370FCB: hue angle of 252.77º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FCB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 15 203 -
CMYK 0.73 0.93 0 0.20
HSL 252.77º 0.86% 0.43% -
HSV(B) 252.77º 0.93% 0.8% -
XYZ 12.53 5.47 56.89 -
YUV 48.39 215.25 132.71 -
System Red Green Blue C M Y K H S L
Decimal 55 15 203 0.73 0.93 0 0.20 252.77 0.86 0.43
Hex 37 F CB 49 5D 0 14 FD 56 2B
Octal 67 17 313 111 135 0 24 375 126 53
Binary 110111 1111 11001011 1001001 1011101 0 10100 11111101 1010110 101011

Color Harmonies of #370FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FCB

Black with #370FCB

Text Example


Text Example

White with #370FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,15,203); }

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

background-color css

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

 a { background-color: rgb(55,15,203); }

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

border-color css

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

 span { border-color: rgb(55,15,203); }

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