Html Css Color HEX #37418A Jacksons Purple

📋 copy color: '#37418A'

red 55 ◦ green 65 ◦ blue 138

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

Shades of Jacksons Purple #37418A

Tints of Jacksons Purple #37418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.49%

R = 21.32%
G = 25.19%
B = 53.49%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37418A (or 0x37418A) is known color: Jacksons Purple. HEX triplet: 37, 41 and 8A. RGB value is (55,65,138). Sum of RGB (Red+Green+Blue) = 55+65+138=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #37418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37418A is #C8BE75. Grayscale: #464646. Windows color (decimal): -13155958 or 9060663. OLE color: 9060663.

HSL color Cylindrical-coordinate representation of color #37418A: hue angle of 232.77º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37418A is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 65 138 -
CMYK 0.60 0.53 0 0.46
HSL 232.77º 0.43% 0.38% -
HSV(B) 232.77º 0.6% 0.54% -
XYZ 8.05 6.43 24.86 -
YUV 70.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 55 65 138 0.60 0.53 0 0.46 232.77 0.43 0.38
Hex 37 41 8A 3C 35 0 2E E9 2B 26
Octal 67 101 212 74 65 0 56 351 53 46
Binary 110111 1000001 10001010 111100 110101 0 101110 11101001 101011 100110

Color Harmonies of #37418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37418A

Black with #37418A

Text Example


Text Example

White with #37418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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