Html Css Color HEX #430785 Indigo

📋 copy color: '#430785'

red 67 ◦ green 7 ◦ blue 133

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

Shades of Indigo #430785

Tints of Indigo #430785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 32.37%
G = 3.38%
B = 64.25%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430785 (or 0x430785) is known color: Indigo. HEX triplet: 43, 07 and 85. RGB value is (67,7,133). Sum of RGB (Red+Green+Blue) = 67+7+133=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #430785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430785 is #BCF87A. Grayscale: #262626. Windows color (decimal): -12384379 or 8718147. OLE color: 8718147.

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

Color convert

RGB 67 7 133 -
CMYK 0.50 0.95 0 0.48
HSL 268.57º 0.9% 0.27% -
HSV(B) 268.57º 0.95% 0.52% -
XYZ 6.62 3.04 22.43 -
YUV 39.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 67 7 133 0.50 0.95 0 0.48 268.57 0.9 0.27
Hex 43 7 85 32 5F 0 30 10D 5A 1B
Octal 103 7 205 62 137 0 60 415 132 33
Binary 1000011 111 10000101 110010 1011111 0 110000 100001101 1011010 11011

Color Harmonies of #430785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430785

Black with #430785

Text Example


Text Example

White with #430785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430785; }

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

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

background-color css

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

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

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

border-color css

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

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

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