Html Css Color HEX #38204F Jagger

📋 copy color: '#38204F'

red 56 ◦ green 32 ◦ blue 79

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

Shades of Jagger #38204F

Tints of Jagger #38204F

RGB

 RED value IS 56 (22.27% from 255) = 33.53%

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 33.53%
G = 19.16%
B = 47.31%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38204F (or 0x38204F) is known color: Jagger. HEX triplet: 38, 20 and 4F. RGB value is (56,32,79). Sum of RGB (Red+Green+Blue) = 56+32+79=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #38204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38204F is #C7DFB0. Grayscale: #2C2C2C. Windows color (decimal): -13098929 or 5185592. OLE color: 5185592.

HSL color Cylindrical-coordinate representation of color #38204F: hue angle of 270.64º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38204F is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 32 79 -
CMYK 0.29 0.59 0 0.69
HSL 270.64º 0.42% 0.22% -
HSV(B) 270.64º 0.59% 0.31% -
XYZ 3.56 2.44 7.68 -
YUV 44.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 56 32 79 0.29 0.59 0 0.69 270.64 0.42 0.22
Hex 38 20 4F 1D 3B 0 45 10F 2A 16
Octal 70 40 117 35 73 0 105 417 52 26
Binary 111000 100000 1001111 11101 111011 0 1000101 100001111 101010 10110

Color Harmonies of #38204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38204F

Black with #38204F

Text Example


Text Example

White with #38204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38204F; }

 p { color: rgb(56,32,79); }

 H1.HeaderClassName
 {
   color: #38204F;
 }
 .AnyTagClassName
 {
   color: #38204F;
 }
</style>

background-color css

<style>
 a { background-color: #38204F; }

 a { background-color: rgb(56,32,79); }

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

border-color css

<style>
 span { border-color: #38204F; }

 span { border-color: rgb(56,32,79); }

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