Html Css Color HEX #352B7F Jacksons Purple

📋 copy color: '#352B7F'

red 53 ◦ green 43 ◦ blue 127

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

Shades of Jacksons Purple #352B7F

Tints of Jacksons Purple #352B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

 BLUE value IS 127 (50% from 255) = 56.95%

R = 23.77%
G = 19.28%
B = 56.95%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#352B7F (or 0x352B7F) is known color: Jacksons Purple. HEX triplet: 35, 2B and 7F. RGB value is (53,43,127). Sum of RGB (Red+Green+Blue) = 53+43+127=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #352B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B7F is #CAD480. Grayscale: #373737. Windows color (decimal): -13292673 or 8334133. OLE color: 8334133.

HSL color Cylindrical-coordinate representation of color #352B7F: hue angle of 247.14º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352B7F is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 43 127 -
CMYK 0.58 0.66 0 0.50
HSL 247.14º 0.49% 0.33% -
HSV(B) 247.14º 0.66% 0.5% -
XYZ 6.16 4.02 20.53 -
YUV 55.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 53 43 127 0.58 0.66 0 0.50 247.14 0.49 0.33
Hex 35 2B 7F 3A 42 0 32 F7 31 21
Octal 65 53 177 72 102 0 62 367 61 41
Binary 110101 101011 1111111 111010 1000010 0 110010 11110111 110001 100001

Color Harmonies of #352B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B7F

Black with #352B7F

Text Example


Text Example

White with #352B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352B7F; }

 p { color: rgb(53,43,127); }

 H1.HeaderClassName
 {
   color: #352B7F;
 }
 .AnyTagClassName
 {
   color: #352B7F;
 }
</style>

background-color css

<style>
 a { background-color: #352B7F; }

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

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

border-color css

<style>
 span { border-color: #352B7F; }

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

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