Html Css Color HEX #432C8B Blue Gem

📋 copy color: '#432C8B'

red 67 ◦ green 44 ◦ blue 139

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

Shades of Blue Gem #432C8B

Tints of Blue Gem #432C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 26.8%
G = 17.6%
B = 55.6%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#432C8B (or 0x432C8B) is known color: Blue Gem. HEX triplet: 43, 2C and 8B. RGB value is (67,44,139). Sum of RGB (Red+Green+Blue) = 67+44+139=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #432C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432C8B is #BCD374. Grayscale: #3D3D3D. Windows color (decimal): -12374901 or 9120835. OLE color: 9120835.

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

Color convert

RGB 67 44 139 -
CMYK 0.52 0.68 0 0.45
HSL 254.53º 0.52% 0.36% -
HSV(B) 254.53º 0.68% 0.55% -
XYZ 7.88 4.86 24.95 -
YUV 61.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 67 44 139 0.52 0.68 0 0.45 254.53 0.52 0.36
Hex 43 2C 8B 34 44 0 2D FF 34 24
Octal 103 54 213 64 104 0 55 377 64 44
Binary 1000011 101100 10001011 110100 1000100 0 101101 11111111 110100 100100

Color Harmonies of #432C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432C8B

Black with #432C8B

Text Example


Text Example

White with #432C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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