Html Css Color HEX #35378A Jacksons Purple

📋 copy color: '#35378A'

red 53 ◦ green 55 ◦ blue 138

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

Shades of Jacksons Purple #35378A

Tints of Jacksons Purple #35378A

RGB

 RED value IS 53 (21.09% from 255) = 21.54%

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 21.54%
G = 22.36%
B = 56.1%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35378A (or 0x35378A) is known color: Jacksons Purple. HEX triplet: 35, 37 and 8A. RGB value is (53,55,138). Sum of RGB (Red+Green+Blue) = 53+55+138=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #35378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35378A is #CAC875. Grayscale: #3F3F3F. Windows color (decimal): -13289590 or 9058101. OLE color: 9058101.

HSL color Cylindrical-coordinate representation of color #35378A: hue angle of 238.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35378A is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 55 138 -
CMYK 0.62 0.60 0 0.46
HSL 238.59º 0.45% 0.37% -
HSV(B) 238.59º 0.62% 0.54% -
XYZ 7.42 5.32 24.68 -
YUV 63.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 53 55 138 0.62 0.60 0 0.46 238.59 0.45 0.37
Hex 35 37 8A 3E 3C 0 2E EF 2D 25
Octal 65 67 212 76 74 0 56 357 55 45
Binary 110101 110111 10001010 111110 111100 0 101110 11101111 101101 100101

Color Harmonies of #35378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35378A

Black with #35378A

Text Example


Text Example

White with #35378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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