Html Css Color HEX #37357E Jacksons Purple

📋 copy color: '#37357E'

red 55 ◦ green 53 ◦ blue 126

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

Shades of Jacksons Purple #37357E

Tints of Jacksons Purple #37357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 126 (49.61% from 255) = 53.85%

R = 23.5%
G = 22.65%
B = 53.85%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37357E (or 0x37357E) is known color: Jacksons Purple. HEX triplet: 37, 35 and 7E. RGB value is (55,53,126). Sum of RGB (Red+Green+Blue) = 55+53+126=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #37357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37357E is #C8CA81. Grayscale: #3D3D3D. Windows color (decimal): -13159042 or 8271159. OLE color: 8271159.

HSL color Cylindrical-coordinate representation of color #37357E: hue angle of 241.64º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37357E is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 53 126 -
CMYK 0.56 0.58 0 0.51
HSL 241.64º 0.41% 0.35% -
HSV(B) 241.64º 0.58% 0.49% -
XYZ 6.61 4.86 20.33 -
YUV 61.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 55 53 126 0.56 0.58 0 0.51 241.64 0.41 0.35
Hex 37 35 7E 38 3A 0 33 F2 29 23
Octal 67 65 176 70 72 0 63 362 51 43
Binary 110111 110101 1111110 111000 111010 0 110011 11110010 101001 100011

Color Harmonies of #37357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37357E

Black with #37357E

Text Example


Text Example

White with #37357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37357E; }

 p { color: rgb(55,53,126); }

 H1.HeaderClassName
 {
   color: #37357E;
 }
 .AnyTagClassName
 {
   color: #37357E;
 }
</style>

background-color css

<style>
 a { background-color: #37357E; }

 a { background-color: rgb(55,53,126); }

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

border-color css

<style>
 span { border-color: #37357E; }

 span { border-color: rgb(55,53,126); }

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