Html Css Color HEX #370BCA Han Purple

📋 copy color: '#370BCA'

red 55 ◦ green 11 ◦ blue 202

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

Shades of Han Purple #370BCA

Tints of Han Purple #370BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.37%

R = 20.52%
G = 4.1%
B = 75.37%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#370BCA (or 0x370BCA) is known color: Han Purple. HEX triplet: 37, 0B and CA. RGB value is (55,11,202). Sum of RGB (Red+Green+Blue) = 55+11+202=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #370BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BCA is #C8F435. Grayscale: #2D2D2D. Windows color (decimal): -13169718 or 13241143. OLE color: 13241143.

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

Color convert

RGB 55 11 202 -
CMYK 0.73 0.95 0 0.21
HSL 253.82º 0.9% 0.42% -
HSV(B) 253.82º 0.95% 0.79% -
XYZ 12.36 5.32 56.25 -
YUV 45.93 216.08 134.47 -
System Red Green Blue C M Y K H S L
Decimal 55 11 202 0.73 0.95 0 0.21 253.82 0.9 0.42
Hex 37 B CA 49 5F 0 15 FE 5A 2A
Octal 67 13 312 111 137 0 25 376 132 52
Binary 110111 1011 11001010 1001001 1011111 0 10101 11111110 1011010 101010

Color Harmonies of #370BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BCA

Black with #370BCA

Text Example


Text Example

White with #370BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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