Html Css Color HEX #3F367A Jacksons Purple

📋 copy color: '#3F367A'

red 63 ◦ green 54 ◦ blue 122

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

Shades of Jacksons Purple #3F367A

Tints of Jacksons Purple #3F367A

RGB

 RED value IS 63 (25% from 255) = 26.36%

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 122 (48.05% from 255) = 51.05%

R = 26.36%
G = 22.59%
B = 51.05%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F367A (or 0x3F367A) is known color: Jacksons Purple. HEX triplet: 3F, 36 and 7A. RGB value is (63,54,122). Sum of RGB (Red+Green+Blue) = 63+54+122=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F367A is #C0C985. Grayscale: #404040. Windows color (decimal): -12634502 or 8009279. OLE color: 8009279.

HSL color Cylindrical-coordinate representation of color #3F367A: hue angle of 247.94º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F367A is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 54 122 -
CMYK 0.48 0.56 0 0.52
HSL 247.94º 0.39% 0.35% -
HSV(B) 247.94º 0.56% 0.48% -
XYZ 6.88 5.1 19.03 -
YUV 64.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 63 54 122 0.48 0.56 0 0.52 247.94 0.39 0.35
Hex 3F 36 7A 30 38 0 34 F8 27 23
Octal 77 66 172 60 70 0 64 370 47 43
Binary 111111 110110 1111010 110000 111000 0 110100 11111000 100111 100011

Color Harmonies of #3F367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F367A

Black with #3F367A

Text Example


Text Example

White with #3F367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F367A; }

 p { color: rgb(63,54,122); }

 H1.HeaderClassName
 {
   color: #3F367A;
 }
 .AnyTagClassName
 {
   color: #3F367A;
 }
</style>

background-color css

<style>
 a { background-color: #3F367A; }

 a { background-color: rgb(63,54,122); }

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

border-color css

<style>
 span { border-color: #3F367A; }

 span { border-color: rgb(63,54,122); }

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