Html Css Color HEX #430985 Indigo

📋 copy color: '#430985'

red 67 ◦ green 9 ◦ blue 133

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

Shades of Indigo #430985

Tints of Indigo #430985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

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

R = 32.06%
G = 4.31%
B = 63.64%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430985 (or 0x430985) is known color: Indigo. HEX triplet: 43, 09 and 85. RGB value is (67,9,133). Sum of RGB (Red+Green+Blue) = 67+9+133=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #430985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430985 is #BCF67A. Grayscale: #282828. Windows color (decimal): -12383867 or 8718659. OLE color: 8718659.

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

Color convert

RGB 67 9 133 -
CMYK 0.50 0.93 0 0.48
HSL 268.06º 0.87% 0.28% -
HSV(B) 268.06º 0.93% 0.52% -
XYZ 6.65 3.08 22.43 -
YUV 40.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 67 9 133 0.50 0.93 0 0.48 268.06 0.87 0.28
Hex 43 9 85 32 5D 0 30 10C 57 1C
Octal 103 11 205 62 135 0 60 414 127 34
Binary 1000011 1001 10000101 110010 1011101 0 110000 100001100 1010111 11100

Color Harmonies of #430985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430985

Black with #430985

Text Example


Text Example

White with #430985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430985; }

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

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

background-color css

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

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

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

border-color css

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

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

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