Html Css Color HEX #35358B Jacksons Purple

📋 copy color: '#35358B'

red 53 ◦ green 53 ◦ blue 139

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

Shades of Jacksons Purple #35358B

Tints of Jacksons Purple #35358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 21.63%
G = 21.63%
B = 56.73%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35358B (or 0x35358B) is known color: Jacksons Purple. HEX triplet: 35, 35 and 8B. RGB value is (53,53,139). Sum of RGB (Red+Green+Blue) = 53+53+139=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #35358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35358B is #CACA74. Grayscale: #3E3E3E. Windows color (decimal): -13290101 or 9123125. OLE color: 9123125.

HSL color Cylindrical-coordinate representation of color #35358B: hue angle of 240º 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 #35358B is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 53 139 -
CMYK 0.62 0.62 0 0.45
HSL 240º 0.45% 0.38% -
HSV(B) 240º 0.62% 0.55% -
XYZ 7.4 5.17 25.03 -
YUV 62.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 53 53 139 0.62 0.62 0 0.45 240 0.45 0.38
Hex 35 35 8B 3E 3E 0 2D F0 2D 26
Octal 65 65 213 76 76 0 55 360 55 46
Binary 110101 110101 10001011 111110 111110 0 101101 11110000 101101 100110

Color Harmonies of #35358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35358B

Black with #35358B

Text Example


Text Example

White with #35358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35358B; }

 p { color: rgb(53,53,139); }

 H1.HeaderClassName
 {
   color: #35358B;
 }
 .AnyTagClassName
 {
   color: #35358B;
 }
</style>

background-color css

<style>
 a { background-color: #35358B; }

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

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

border-color css

<style>
 span { border-color: #35358B; }

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

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