Html Css Color HEX #430168 Indigo

📋 copy color: '#430168'

red 67 ◦ green 1 ◦ blue 104

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

Shades of Indigo #430168

Tints of Indigo #430168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 38.95%
G = 0.58%
B = 60.47%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#430168 (or 0x430168) is known color: Indigo. HEX triplet: 43, 01 and 68. RGB value is (67,1,104). Sum of RGB (Red+Green+Blue) = 67+1+104=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #430168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430168 is #BCFE97. Grayscale: #202020. Windows color (decimal): -12385944 or 6816067. OLE color: 6816067.

HSL color Cylindrical-coordinate representation of color #430168: hue angle of 278.45º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430168 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 67 1 104 -
CMYK 0.36 0.99 0 0.59
HSL 278.45º 0.98% 0.21% -
HSV(B) 278.45º 0.99% 0.41% -
XYZ 4.82 2.21 13.27 -
YUV 32.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 67 1 104 0.36 0.99 0 0.59 278.45 0.98 0.21
Hex 43 1 68 24 63 0 3B 116 62 15
Octal 103 1 150 44 143 0 73 426 142 25
Binary 1000011 1 1101000 100100 1100011 0 111011 100010110 1100010 10101

Color Harmonies of #430168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430168

Black with #430168

Text Example


Text Example

White with #430168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430168; }

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

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

background-color css

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

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

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

border-color css

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

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

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