Html Css Color HEX #430485 Indigo

📋 copy color: '#430485'

red 67 ◦ green 4 ◦ blue 133

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

Shades of Indigo #430485

Tints of Indigo #430485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 32.84%
G = 1.96%
B = 65.2%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430485 (or 0x430485) is known color: Indigo. HEX triplet: 43, 04 and 85. RGB value is (67,4,133). Sum of RGB (Red+Green+Blue) = 67+4+133=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #430485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430485 is #BCFB7A. Grayscale: #252525. Windows color (decimal): -12385147 or 8717379. OLE color: 8717379.

HSL color Cylindrical-coordinate representation of color #430485: hue angle of 269.3º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430485 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 4 133 -
CMYK 0.50 0.97 0 0.48
HSL 269.3º 0.94% 0.27% -
HSV(B) 269.3º 0.97% 0.52% -
XYZ 6.59 2.97 22.42 -
YUV 37.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 67 4 133 0.50 0.97 0 0.48 269.3 0.94 0.27
Hex 43 4 85 32 61 0 30 10D 5E 1B
Octal 103 4 205 62 141 0 60 415 136 33
Binary 1000011 100 10000101 110010 1100001 0 110000 100001101 1011110 11011

Color Harmonies of #430485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430485

Black with #430485

Text Example


Text Example

White with #430485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430485; }

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

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

background-color css

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

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

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

border-color css

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

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

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