Html Css Color HEX #430988 Indigo

📋 copy color: '#430988'

red 67 ◦ green 9 ◦ blue 136

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

Shades of Indigo #430988

Tints of Indigo #430988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 31.6%
G = 4.25%
B = 64.15%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#430988 (or 0x430988) is known color: Indigo. HEX triplet: 43, 09 and 88. RGB value is (67,9,136). Sum of RGB (Red+Green+Blue) = 67+9+136=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #430988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430988 is #BCF677. Grayscale: #282828. Windows color (decimal): -12383864 or 8915267. OLE color: 8915267.

HSL color Cylindrical-coordinate representation of color #430988: hue angle of 267.4º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430988 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 9 136 -
CMYK 0.51 0.93 0 0.47
HSL 267.4º 0.88% 0.28% -
HSV(B) 267.4º 0.93% 0.53% -
XYZ 6.86 3.17 23.54 -
YUV 40.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 67 9 136 0.51 0.93 0 0.47 267.4 0.88 0.28
Hex 43 9 88 33 5D 0 2F 10B 58 1C
Octal 103 11 210 63 135 0 57 413 130 34
Binary 1000011 1001 10001000 110011 1011101 0 101111 100001011 1011000 11100

Color Harmonies of #430988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430988

Black with #430988

Text Example


Text Example

White with #430988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430988; }

 p { color: rgb(67,9,136); }

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

background-color css

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

 a { background-color: rgb(67,9,136); }

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

border-color css

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

 span { border-color: rgb(67,9,136); }

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