Html Css Color HEX #370CCF Han Purple

📋 copy color: '#370CCF'

red 55 ◦ green 12 ◦ blue 207

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

Shades of Han Purple #370CCF

Tints of Han Purple #370CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

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

R = 20.07%
G = 4.38%
B = 75.55%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#370CCF (or 0x370CCF) is known color: Han Purple. HEX triplet: 37, 0C and CF. RGB value is (55,12,207). Sum of RGB (Red+Green+Blue) = 55+12+207=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #370CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CCF is #C8F330. Grayscale: #2E2E2E. Windows color (decimal): -13169457 or 13569079. OLE color: 13569079.

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

Color convert

RGB 55 12 207 -
CMYK 0.73 0.94 0 0.19
HSL 253.23º 0.89% 0.43% -
HSV(B) 253.23º 0.94% 0.81% -
XYZ 12.97 5.58 59.43 -
YUV 47.09 218.25 133.64 -
System Red Green Blue C M Y K H S L
Decimal 55 12 207 0.73 0.94 0 0.19 253.23 0.89 0.43
Hex 37 C CF 49 5E 0 13 FD 59 2B
Octal 67 14 317 111 136 0 23 375 131 53
Binary 110111 1100 11001111 1001001 1011110 0 10011 11111101 1011001 101011

Color Harmonies of #370CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CCF

Black with #370CCF

Text Example


Text Example

White with #370CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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