Html Css Color HEX #431299 Indigo

📋 copy color: '#431299'

red 67 ◦ green 18 ◦ blue 153

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

Shades of Indigo #431299

Tints of Indigo #431299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 28.15%
G = 7.56%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#431299 (or 0x431299) is known color: Indigo. HEX triplet: 43, 12 and 99. RGB value is (67,18,153). Sum of RGB (Red+Green+Blue) = 67+18+153=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #431299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431299 is #BCED66. Grayscale: #2F2F2F. Windows color (decimal): -12381543 or 10031683. OLE color: 10031683.

HSL color Cylindrical-coordinate representation of color #431299: hue angle of 261.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431299 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 18 153 -
CMYK 0.56 0.88 0 0.4
HSL 261.78º 0.79% 0.34% -
HSV(B) 261.78º 0.88% 0.6% -
XYZ 8.28 3.93 30.46 -
YUV 48.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 67 18 153 0.56 0.88 0 0.4 261.78 0.79 0.34
Hex 43 12 99 38 58 0 28 106 4F 22
Octal 103 22 231 70 130 0 50 406 117 42
Binary 1000011 10010 10011001 111000 1011000 0 101000 100000110 1001111 100010

Color Harmonies of #431299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431299

Black with #431299

Text Example


Text Example

White with #431299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431299; }

 p { color: rgb(67,18,153); }

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

background-color css

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

 a { background-color: rgb(67,18,153); }

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

border-color css

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

 span { border-color: rgb(67,18,153); }

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