Html Css Color HEX #430166 Indigo

📋 copy color: '#430166'

red 67 ◦ green 1 ◦ blue 102

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

Shades of Indigo #430166

Tints of Indigo #430166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 102 (40.23% from 255) = 60%

R = 39.41%
G = 0.59%
B = 60%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#430166 (or 0x430166) is known color: Indigo. HEX triplet: 43, 01 and 66. RGB value is (67,1,102). Sum of RGB (Red+Green+Blue) = 67+1+102=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #430166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430166 is #BCFE99. Grayscale: #1F1F1F. Windows color (decimal): -12385946 or 6684995. OLE color: 6684995.

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

Color convert

RGB 67 1 102 -
CMYK 0.34 0.99 0 0.6
HSL 279.21º 0.98% 0.2% -
HSV(B) 279.21º 0.99% 0.4% -
XYZ 4.72 2.17 12.74 -
YUV 32.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 67 1 102 0.34 0.99 0 0.6 279.21 0.98 0.2
Hex 43 1 66 22 63 0 3C 117 62 14
Octal 103 1 146 42 143 0 74 427 142 24
Binary 1000011 1 1100110 100010 1100011 0 111100 100010111 1100010 10100

Color Harmonies of #430166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430166

Black with #430166

Text Example


Text Example

White with #430166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430166; }

 p { color: rgb(67,1,102); }

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

background-color css

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

 a { background-color: rgb(67,1,102); }

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

border-color css

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

 span { border-color: rgb(67,1,102); }

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