Html Css Color HEX #430083 Indigo

📋 copy color: '#430083'

red 67 ◦ green 0 ◦ blue 131

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

Shades of Indigo #430083

Tints of Indigo #430083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.84%
G = 0%
B = 66.16%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#430083 (or 0x430083) is known color: Indigo. HEX triplet: 43, 00 and 83. RGB value is (67,0,131). Sum of RGB (Red+Green+Blue) = 67+0+131=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #430083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430083 is #BCFF7C. Grayscale: #222222. Windows color (decimal): -12386173 or 8585283. OLE color: 8585283.

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

Color convert

RGB 67 0 131 -
CMYK 0.49 1 0 0.49
HSL 270.69º 1% 0.26% -
HSV(B) 270.69º 1% 0.51% -
XYZ 6.41 2.83 21.68 -
YUV 34.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 67 0 131 0.49 1 0 0.49 270.69 1 0.26
Hex 43 0 83 31 64 0 31 10F 64 1A
Octal 103 0 203 61 144 0 61 417 144 32
Binary 1000011 0 10000011 110001 1100100 0 110001 100001111 1100100 11010

Color Harmonies of #430083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430083

Black with #430083

Text Example


Text Example

White with #430083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430083; }

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

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

background-color css

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

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

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

border-color css

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

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

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