Html Css Color HEX #430661 Indigo

📋 copy color: '#430661'

red 67 ◦ green 6 ◦ blue 97

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

Shades of Indigo #430661

Tints of Indigo #430661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 97 (38.28% from 255) = 57.06%

R = 39.41%
G = 3.53%
B = 57.06%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430661 (or 0x430661) is known color: Indigo. HEX triplet: 43, 06 and 61. RGB value is (67,6,97). Sum of RGB (Red+Green+Blue) = 67+6+97=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #430661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430661 is #BCF99E. Grayscale: #222222. Windows color (decimal): -12384671 or 6358595. OLE color: 6358595.

HSL color Cylindrical-coordinate representation of color #430661: hue angle of 280.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430661 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 6 97 -
CMYK 0.31 0.94 0 0.62
HSL 280.22º 0.88% 0.2% -
HSV(B) 280.22º 0.94% 0.38% -
XYZ 4.54 2.19 11.49 -
YUV 34.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 67 6 97 0.31 0.94 0 0.62 280.22 0.88 0.2
Hex 43 6 61 1F 5E 0 3E 118 58 14
Octal 103 6 141 37 136 0 76 430 130 24
Binary 1000011 110 1100001 11111 1011110 0 111110 100011000 1011000 10100

Color Harmonies of #430661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430661

Black with #430661

Text Example


Text Example

White with #430661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430661; }

 p { color: rgb(67,6,97); }

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

background-color css

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

 a { background-color: rgb(67,6,97); }

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

border-color css

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

 span { border-color: rgb(67,6,97); }

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