Html Css Color HEX #42286B Blue Diamond

📋 copy color: '#42286B'

red 66 ◦ green 40 ◦ blue 107

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

Shades of Blue Diamond #42286B

Tints of Blue Diamond #42286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 107 (42.19% from 255) = 50.23%

R = 30.99%
G = 18.78%
B = 50.23%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42286B (or 0x42286B) is known color: Blue Diamond. HEX triplet: 42, 28 and 6B. RGB value is (66,40,107). Sum of RGB (Red+Green+Blue) = 66+40+107=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #42286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42286B is #BDD794. Grayscale: #373737. Windows color (decimal): -12441493 or 7022658. OLE color: 7022658.

HSL color Cylindrical-coordinate representation of color #42286B: hue angle of 263.28º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42286B is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 40 107 -
CMYK 0.38 0.63 0 0.58
HSL 263.28º 0.46% 0.29% -
HSV(B) 263.28º 0.63% 0.42% -
XYZ 5.66 3.74 14.33 -
YUV 55.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 66 40 107 0.38 0.63 0 0.58 263.28 0.46 0.29
Hex 42 28 6B 26 3F 0 3A 107 2E 1D
Octal 102 50 153 46 77 0 72 407 56 35
Binary 1000010 101000 1101011 100110 111111 0 111010 100000111 101110 11101

Color Harmonies of #42286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42286B

Black with #42286B

Text Example


Text Example

White with #42286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,40,107); }

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

background-color css

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

 a { background-color: rgb(66,40,107); }

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

border-color css

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

 span { border-color: rgb(66,40,107); }

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