Html Css Color HEX #35388D Jacksons Purple

📋 copy color: '#35388D'

red 53 ◦ green 56 ◦ blue 141

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

Shades of Jacksons Purple #35388D

Tints of Jacksons Purple #35388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 21.2%
G = 22.4%
B = 56.4%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35388D (or 0x35388D) is known color: Jacksons Purple. HEX triplet: 35, 38 and 8D. RGB value is (53,56,141). Sum of RGB (Red+Green+Blue) = 53+56+141=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #35388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35388D is #CAC772. Grayscale: #404040. Windows color (decimal): -13289331 or 9254965. OLE color: 9254965.

HSL color Cylindrical-coordinate representation of color #35388D: hue angle of 237.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35388D is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 56 141 -
CMYK 0.62 0.60 0 0.45
HSL 237.95º 0.45% 0.38% -
HSV(B) 237.95º 0.62% 0.55% -
XYZ 7.69 5.51 25.86 -
YUV 64.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 53 56 141 0.62 0.60 0 0.45 237.95 0.45 0.38
Hex 35 38 8D 3E 3C 0 2D EE 2D 26
Octal 65 70 215 76 74 0 55 356 55 46
Binary 110101 111000 10001101 111110 111100 0 101101 11101110 101101 100110

Color Harmonies of #35388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35388D

Black with #35388D

Text Example


Text Example

White with #35388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35388D; }

 p { color: rgb(53,56,141); }

 H1.HeaderClassName
 {
   color: #35388D;
 }
 .AnyTagClassName
 {
   color: #35388D;
 }
</style>

background-color css

<style>
 a { background-color: #35388D; }

 a { background-color: rgb(53,56,141); }

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

border-color css

<style>
 span { border-color: #35388D; }

 span { border-color: rgb(53,56,141); }

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