Html Css Color HEX #432C8A Blue Gem

📋 copy color: '#432C8A'

red 67 ◦ green 44 ◦ blue 138

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

Shades of Blue Gem #432C8A

Tints of Blue Gem #432C8A

RGB

 RED value IS 67 (26.56% from 255) = 26.91%

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 26.91%
G = 17.67%
B = 55.42%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#432C8A (or 0x432C8A) is known color: Blue Gem. HEX triplet: 43, 2C and 8A. RGB value is (67,44,138). Sum of RGB (Red+Green+Blue) = 67+44+138=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #432C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432C8A is #BCD375. Grayscale: #3D3D3D. Windows color (decimal): -12374902 or 9055299. OLE color: 9055299.

HSL color Cylindrical-coordinate representation of color #432C8A: hue angle of 254.68º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432C8A is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 44 138 -
CMYK 0.51 0.68 0 0.46
HSL 254.68º 0.52% 0.36% -
HSV(B) 254.68º 0.68% 0.54% -
XYZ 7.8 4.83 24.57 -
YUV 61.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 67 44 138 0.51 0.68 0 0.46 254.68 0.52 0.36
Hex 43 2C 8A 33 44 0 2E FF 34 24
Octal 103 54 212 63 104 0 56 377 64 44
Binary 1000011 101100 10001010 110011 1000100 0 101110 11111111 110100 100100

Color Harmonies of #432C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432C8A

Black with #432C8A

Text Example


Text Example

White with #432C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432C8A; }

 p { color: rgb(67,44,138); }

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

background-color css

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

 a { background-color: rgb(67,44,138); }

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

border-color css

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

 span { border-color: rgb(67,44,138); }

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