Html Css Color HEX #42315C Jacarta

📋 copy color: '#42315C'

red 66 ◦ green 49 ◦ blue 92

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

Shades of Jacarta #42315C

Tints of Jacarta #42315C

RGB

 RED value IS 66 (26.17% from 255) = 31.88%

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 31.88%
G = 23.67%
B = 44.44%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42315C (or 0x42315C) is known color: Jacarta. HEX triplet: 42, 31 and 5C. RGB value is (66,49,92). Sum of RGB (Red+Green+Blue) = 66+49+92=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #42315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315C is #BDCEA3. Grayscale: #3A3A3A. Windows color (decimal): -12439204 or 6041922. OLE color: 6041922.

HSL color Cylindrical-coordinate representation of color #42315C: hue angle of 263.72º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42315C is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 49 92 -
CMYK 0.28 0.47 0 0.64
HSL 263.72º 0.3% 0.28% -
HSV(B) 263.72º 0.47% 0.36% -
XYZ 5.28 4.13 10.64 -
YUV 58.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 66 49 92 0.28 0.47 0 0.64 263.72 0.3 0.28
Hex 42 31 5C 1C 2F 0 40 108 1E 1C
Octal 102 61 134 34 57 0 100 410 36 34
Binary 1000010 110001 1011100 11100 101111 0 1000000 100001000 11110 11100

Color Harmonies of #42315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42315C

Black with #42315C

Text Example


Text Example

White with #42315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42315C; }

 p { color: rgb(66,49,92); }

 H1.HeaderClassName
 {
   color: #42315C;
 }
 .AnyTagClassName
 {
   color: #42315C;
 }
</style>

background-color css

<style>
 a { background-color: #42315C; }

 a { background-color: rgb(66,49,92); }

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

border-color css

<style>
 span { border-color: #42315C; }

 span { border-color: rgb(66,49,92); }

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