Html Css Color HEX #430460 Indigo

📋 copy color: '#430460'

red 67 ◦ green 4 ◦ blue 96

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

Shades of Indigo #430460

Tints of Indigo #430460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 96 (37.89% from 255) = 57.49%

R = 40.12%
G = 2.4%
B = 57.49%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430460 (or 0x430460) is known color: Indigo. HEX triplet: 43, 04 and 60. RGB value is (67,4,96). Sum of RGB (Red+Green+Blue) = 67+4+96=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #430460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430460 is #BCFB9F. Grayscale: #212121. Windows color (decimal): -12385184 or 6292547. OLE color: 6292547.

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

Color convert

RGB 67 4 96 -
CMYK 0.30 0.96 0 0.62
HSL 281.09º 0.92% 0.2% -
HSV(B) 281.09º 0.96% 0.38% -
XYZ 4.47 2.12 11.24 -
YUV 33.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 67 4 96 0.30 0.96 0 0.62 281.09 0.92 0.2
Hex 43 4 60 1E 60 0 3E 119 5C 14
Octal 103 4 140 36 140 0 76 431 134 24
Binary 1000011 100 1100000 11110 1100000 0 111110 100011001 1011100 10100

Color Harmonies of #430460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430460

Black with #430460

Text Example


Text Example

White with #430460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430460; }

 p { color: rgb(67,4,96); }

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

background-color css

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

 a { background-color: rgb(67,4,96); }

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

border-color css

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

 span { border-color: rgb(67,4,96); }

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