Html Css Color HEX #430D69 Indigo

📋 copy color: '#430D69'

red 67 ◦ green 13 ◦ blue 105

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

Shades of Indigo #430D69

Tints of Indigo #430D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.03%

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 36.22%
G = 7.03%
B = 56.76%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#430D69 (or 0x430D69) is known color: Indigo. HEX triplet: 43, 0D and 69. RGB value is (67,13,105). Sum of RGB (Red+Green+Blue) = 67+13+105=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #430D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D69 is #BCF296. Grayscale: #272727. Windows color (decimal): -12382871 or 6884675. OLE color: 6884675.

HSL color Cylindrical-coordinate representation of color #430D69: hue angle of 275.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D69 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 67 13 105 -
CMYK 0.36 0.88 0 0.59
HSL 275.22º 0.78% 0.23% -
HSV(B) 275.22º 0.88% 0.41% -
XYZ 5.01 2.5 13.58 -
YUV 39.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 67 13 105 0.36 0.88 0 0.59 275.22 0.78 0.23
Hex 43 D 69 24 58 0 3B 113 4E 17
Octal 103 15 151 44 130 0 73 423 116 27
Binary 1000011 1101 1101001 100100 1011000 0 111011 100010011 1001110 10111

Color Harmonies of #430D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430D69

Black with #430D69

Text Example


Text Example

White with #430D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,13,105); }

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

background-color css

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

 a { background-color: rgb(67,13,105); }

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

border-color css

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

 span { border-color: rgb(67,13,105); }

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