Html Css Color HEX #442471 Blue Diamond

📋 copy color: '#442471'

red 68 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #442471

Tints of Blue Diamond #442471

RGB

 RED value IS 68 (26.95% from 255) = 31.34%

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 31.34%
G = 16.59%
B = 52.07%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#442471 (or 0x442471) is known color: Blue Diamond. HEX triplet: 44, 24 and 71. RGB value is (68,36,113). Sum of RGB (Red+Green+Blue) = 68+36+113=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #442471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442471 is #BBDB8E. Grayscale: #363636. Windows color (decimal): -12311439 or 7414852. OLE color: 7414852.

HSL color Cylindrical-coordinate representation of color #442471: hue angle of 264.94º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442471 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 36 113 -
CMYK 0.40 0.68 0 0.56
HSL 264.94º 0.52% 0.29% -
HSV(B) 264.94º 0.68% 0.44% -
XYZ 6 3.68 16.02 -
YUV 54.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 68 36 113 0.40 0.68 0 0.56 264.94 0.52 0.29
Hex 44 24 71 28 44 0 38 109 34 1D
Octal 104 44 161 50 104 0 70 411 64 35
Binary 1000100 100100 1110001 101000 1000100 0 111000 100001001 110100 11101

Color Harmonies of #442471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442471

Black with #442471

Text Example


Text Example

White with #442471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442471; }

 p { color: rgb(68,36,113); }

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

background-color css

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

 a { background-color: rgb(68,36,113); }

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

border-color css

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

 span { border-color: rgb(68,36,113); }

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