Html Css Color HEX #4A1F7C Blue Diamond

📋 copy color: '#4A1F7C'

red 74 ◦ green 31 ◦ blue 124

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

Shades of Blue Diamond #4A1F7C

Tints of Blue Diamond #4A1F7C

RGB

 RED value IS 74 (29.3% from 255) = 32.31%

 GREEN value IS 31 (12.5% from 255) = 13.54%

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 32.31%
G = 13.54%
B = 54.15%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A1F7C (or 0x4A1F7C) is known color: Blue Diamond. HEX triplet: 4A, 1F and 7C. RGB value is (74,31,124). Sum of RGB (Red+Green+Blue) = 74+31+124=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A1F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1F7C is #B5E083. Grayscale: #363636. Windows color (decimal): -11919492 or 8134474. OLE color: 8134474.

HSL color Cylindrical-coordinate representation of color #4A1F7C: hue angle of 267.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1F7C is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 31 124 -
CMYK 0.40 0.75 0 0.51
HSL 267.74º 0.6% 0.3% -
HSV(B) 267.74º 0.75% 0.49% -
XYZ 6.95 3.89 19.45 -
YUV 54.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 74 31 124 0.40 0.75 0 0.51 267.74 0.6 0.3
Hex 4A 1F 7C 28 4B 0 33 10C 3C 1E
Octal 112 37 174 50 113 0 63 414 74 36
Binary 1001010 11111 1111100 101000 1001011 0 110011 100001100 111100 11110

Color Harmonies of #4A1F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F7C

Black with #4A1F7C

Text Example


Text Example

White with #4A1F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1F7C; }

 p { color: rgb(74,31,124); }

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

background-color css

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

 a { background-color: rgb(74,31,124); }

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

border-color css

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

 span { border-color: rgb(74,31,124); }

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