Html Css Color HEX #37418F Jacksons Purple

📋 copy color: '#37418F'

red 55 ◦ green 65 ◦ blue 143

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

Shades of Jacksons Purple #37418F

Tints of Jacksons Purple #37418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 20.91%
G = 24.71%
B = 54.37%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37418F (or 0x37418F) is known color: Jacksons Purple. HEX triplet: 37, 41 and 8F. RGB value is (55,65,143). Sum of RGB (Red+Green+Blue) = 55+65+143=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #37418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37418F is #C8BE70. Grayscale: #464646. Windows color (decimal): -13155953 or 9388343. OLE color: 9388343.

HSL color Cylindrical-coordinate representation of color #37418F: hue angle of 233.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37418F is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 65 143 -
CMYK 0.62 0.55 0 0.44
HSL 233.18º 0.44% 0.39% -
HSV(B) 233.18º 0.62% 0.56% -
XYZ 8.42 6.58 26.81 -
YUV 70.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 55 65 143 0.62 0.55 0 0.44 233.18 0.44 0.39
Hex 37 41 8F 3E 37 0 2C E9 2C 27
Octal 67 101 217 76 67 0 54 351 54 47
Binary 110111 1000001 10001111 111110 110111 0 101100 11101001 101100 100111

Color Harmonies of #37418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37418F

Black with #37418F

Text Example


Text Example

White with #37418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37418F; }

 p { color: rgb(55,65,143); }

 H1.HeaderClassName
 {
   color: #37418F;
 }
 .AnyTagClassName
 {
   color: #37418F;
 }
</style>

background-color css

<style>
 a { background-color: #37418F; }

 a { background-color: rgb(55,65,143); }

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

border-color css

<style>
 span { border-color: #37418F; }

 span { border-color: rgb(55,65,143); }

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