Html Css Color HEX #432B8B Blue Gem

📋 copy color: '#432B8B'

red 67 ◦ green 43 ◦ blue 139

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

Shades of Blue Gem #432B8B

Tints of Blue Gem #432B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

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

R = 26.91%
G = 17.27%
B = 55.82%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#432B8B (or 0x432B8B) is known color: Blue Gem. HEX triplet: 43, 2B and 8B. RGB value is (67,43,139). Sum of RGB (Red+Green+Blue) = 67+43+139=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #432B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432B8B is #BCD474. Grayscale: #3C3C3C. Windows color (decimal): -12375157 or 9120579. OLE color: 9120579.

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

Color convert

RGB 67 43 139 -
CMYK 0.52 0.69 0 0.45
HSL 255º 0.53% 0.36% -
HSV(B) 255º 0.69% 0.55% -
XYZ 7.84 4.79 24.94 -
YUV 61.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 67 43 139 0.52 0.69 0 0.45 255 0.53 0.36
Hex 43 2B 8B 34 45 0 2D FF 35 24
Octal 103 53 213 64 105 0 55 377 65 44
Binary 1000011 101011 10001011 110100 1000101 0 101101 11111111 110101 100100

Color Harmonies of #432B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B8B

Black with #432B8B

Text Example


Text Example

White with #432B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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