Html Css Color HEX #42305E Jacarta

📋 copy color: '#42305E'

red 66 ◦ green 48 ◦ blue 94

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

Shades of Jacarta #42305E

Tints of Jacarta #42305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 31.73%
G = 23.08%
B = 45.19%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42305E (or 0x42305E) is known color: Jacarta. HEX triplet: 42, 30 and 5E. RGB value is (66,48,94). Sum of RGB (Red+Green+Blue) = 66+48+94=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #42305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42305E is #BDCFA1. Grayscale: #3A3A3A. Windows color (decimal): -12439458 or 6172738. OLE color: 6172738.

HSL color Cylindrical-coordinate representation of color #42305E: hue angle of 263.48º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42305E is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 48 94 -
CMYK 0.30 0.49 0 0.63
HSL 263.48º 0.32% 0.28% -
HSV(B) 263.48º 0.49% 0.37% -
XYZ 5.32 4.08 11.1 -
YUV 58.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 66 48 94 0.30 0.49 0 0.63 263.48 0.32 0.28
Hex 42 30 5E 1E 31 0 3F 107 20 1C
Octal 102 60 136 36 61 0 77 407 40 34
Binary 1000010 110000 1011110 11110 110001 0 111111 100000111 100000 11100

Color Harmonies of #42305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42305E

Black with #42305E

Text Example


Text Example

White with #42305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42305E; }

 p { color: rgb(66,48,94); }

 H1.HeaderClassName
 {
   color: #42305E;
 }
 .AnyTagClassName
 {
   color: #42305E;
 }
</style>

background-color css

<style>
 a { background-color: #42305E; }

 a { background-color: rgb(66,48,94); }

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

border-color css

<style>
 span { border-color: #42305E; }

 span { border-color: rgb(66,48,94); }

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