Html Css Color HEX #430EA0 Indigo

📋 copy color: '#430EA0'

red 67 ◦ green 14 ◦ blue 160

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

Shades of Indigo #430EA0

Tints of Indigo #430EA0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.81%

 BLUE value IS 160 (62.89% from 255) = 66.39%

R = 27.8%
G = 5.81%
B = 66.39%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#430EA0 (or 0x430EA0) is known color: Indigo. HEX triplet: 43, 0E and A0. RGB value is (67,14,160). Sum of RGB (Red+Green+Blue) = 67+14+160=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #430EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EA0 is #BCF15F. Grayscale: #2D2D2D. Windows color (decimal): -12382560 or 10489411. OLE color: 10489411.

HSL color Cylindrical-coordinate representation of color #430EA0: hue angle of 261.78º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430EA0 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 14 160 -
CMYK 0.58 0.91 0 0.37
HSL 261.78º 0.84% 0.34% -
HSV(B) 261.78º 0.91% 0.63% -
XYZ 8.82 4.05 33.57 -
YUV 46.49 192.06 142.63 -
System Red Green Blue C M Y K H S L
Decimal 67 14 160 0.58 0.91 0 0.37 261.78 0.84 0.34
Hex 43 E A0 3A 5B 0 25 106 54 22
Octal 103 16 240 72 133 0 45 406 124 42
Binary 1000011 1110 10100000 111010 1011011 0 100101 100000110 1010100 100010

Color Harmonies of #430EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EA0

Black with #430EA0

Text Example


Text Example

White with #430EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430EA0; }

 p { color: rgb(67,14,160); }

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

background-color css

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

 a { background-color: rgb(67,14,160); }

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

border-color css

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

 span { border-color: rgb(67,14,160); }

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