Html Css Color HEX #430A6F Indigo

📋 copy color: '#430A6F'

red 67 ◦ green 10 ◦ blue 111

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

Shades of Indigo #430A6F

Tints of Indigo #430A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.32%

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 35.64%
G = 5.32%
B = 59.04%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430A6F (or 0x430A6F) is known color: Indigo. HEX triplet: 43, 0A and 6F. RGB value is (67,10,111). Sum of RGB (Red+Green+Blue) = 67+10+111=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #430A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A6F is #BCF590. Grayscale: #262626. Windows color (decimal): -12383633 or 7277123. OLE color: 7277123.

HSL color Cylindrical-coordinate representation of color #430A6F: hue angle of 273.86º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430A6F is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 10 111 -
CMYK 0.40 0.91 0 0.56
HSL 273.86º 0.83% 0.24% -
HSV(B) 273.86º 0.91% 0.44% -
XYZ 5.29 2.56 15.25 -
YUV 38.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 67 10 111 0.40 0.91 0 0.56 273.86 0.83 0.24
Hex 43 A 6F 28 5B 0 38 112 53 18
Octal 103 12 157 50 133 0 70 422 123 30
Binary 1000011 1010 1101111 101000 1011011 0 111000 100010010 1010011 11000

Color Harmonies of #430A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A6F

Black with #430A6F

Text Example


Text Example

White with #430A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,10,111); }

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

background-color css

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

 a { background-color: rgb(67,10,111); }

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

border-color css

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

 span { border-color: rgb(67,10,111); }

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