Html Css Color HEX #42305B Jacarta

📋 copy color: '#42305B'

red 66 ◦ green 48 ◦ blue 91

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

Shades of Jacarta #42305B

Tints of Jacarta #42305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 32.2%
G = 23.41%
B = 44.39%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42305B (or 0x42305B) is known color: Jacarta. HEX triplet: 42, 30 and 5B. RGB value is (66,48,91). Sum of RGB (Red+Green+Blue) = 66+48+91=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #42305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42305B is #BDCFA4. Grayscale: #3A3A3A. Windows color (decimal): -12439461 or 5976130. OLE color: 5976130.

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

Color convert

RGB 66 48 91 -
CMYK 0.27 0.47 0 0.64
HSL 265.12º 0.31% 0.27% -
HSV(B) 265.12º 0.47% 0.36% -
XYZ 5.19 4.03 10.4 -
YUV 58.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 66 48 91 0.27 0.47 0 0.64 265.12 0.31 0.27
Hex 42 30 5B 1B 2F 0 40 109 1F 1B
Octal 102 60 133 33 57 0 100 411 37 33
Binary 1000010 110000 1011011 11011 101111 0 1000000 100001001 11111 11011

Color Harmonies of #42305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42305B

Black with #42305B

Text Example


Text Example

White with #42305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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