Html Css Color HEX #430065 Indigo

📋 copy color: '#430065'

red 67 ◦ green 0 ◦ blue 101

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

Shades of Indigo #430065

Tints of Indigo #430065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 60.12%

R = 39.88%
G = 0%
B = 60.12%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#430065 (or 0x430065) is known color: Indigo. HEX triplet: 43, 00 and 65. RGB value is (67,0,101). Sum of RGB (Red+Green+Blue) = 67+0+101=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #430065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430065 is #BCFF9A. Grayscale: #1F1F1F. Windows color (decimal): -12386203 or 6619203. OLE color: 6619203.

HSL color Cylindrical-coordinate representation of color #430065: hue angle of 279.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430065 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 67 0 101 -
CMYK 0.34 1 0 0.60
HSL 279.8º 1% 0.2% -
HSV(B) 279.8º 1% 0.4% -
XYZ 4.66 2.13 12.48 -
YUV 31.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 67 0 101 0.34 1 0 0.60 279.8 1 0.2
Hex 43 0 65 22 64 0 3C 118 64 14
Octal 103 0 145 42 144 0 74 430 144 24
Binary 1000011 0 1100101 100010 1100100 0 111100 100011000 1100100 10100

Color Harmonies of #430065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430065

Black with #430065

Text Example


Text Example

White with #430065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430065; }

 p { color: rgb(67,0,101); }

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

background-color css

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

 a { background-color: rgb(67,0,101); }

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

border-color css

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

 span { border-color: rgb(67,0,101); }

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