Html Css Color HEX #431083 Indigo

📋 copy color: '#431083'

red 67 ◦ green 16 ◦ blue 131

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

Shades of Indigo #431083

Tints of Indigo #431083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

 BLUE value IS 131 (51.56% from 255) = 61.21%

R = 31.31%
G = 7.48%
B = 61.21%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#431083 (or 0x431083) is known color: Indigo. HEX triplet: 43, 10 and 83. RGB value is (67,16,131). Sum of RGB (Red+Green+Blue) = 67+16+131=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #431083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431083 is #BCEF7C. Grayscale: #2B2B2B. Windows color (decimal): -12382077 or 8589379. OLE color: 8589379.

HSL color Cylindrical-coordinate representation of color #431083: hue angle of 266.61º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431083 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 16 131 -
CMYK 0.49 0.88 0 0.49
HSL 266.61º 0.78% 0.29% -
HSV(B) 266.61º 0.88% 0.51% -
XYZ 6.6 3.2 21.74 -
YUV 44.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 67 16 131 0.49 0.88 0 0.49 266.61 0.78 0.29
Hex 43 10 83 31 58 0 31 10B 4E 1D
Octal 103 20 203 61 130 0 61 413 116 35
Binary 1000011 10000 10000011 110001 1011000 0 110001 100001011 1001110 11101

Color Harmonies of #431083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431083

Black with #431083

Text Example


Text Example

White with #431083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431083; }

 p { color: rgb(67,16,131); }

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

background-color css

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

 a { background-color: rgb(67,16,131); }

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

border-color css

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

 span { border-color: rgb(67,16,131); }

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