Html Css Color HEX #430162 Indigo

📋 copy color: '#430162'

red 67 ◦ green 1 ◦ blue 98

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

Shades of Indigo #430162

Tints of Indigo #430162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 40.36%
G = 0.6%
B = 59.04%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430162 (or 0x430162) is known color: Indigo. HEX triplet: 43, 01 and 62. RGB value is (67,1,98). Sum of RGB (Red+Green+Blue) = 67+1+98=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #430162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430162 is #BCFE9D. Grayscale: #1F1F1F. Windows color (decimal): -12385950 or 6422851. OLE color: 6422851.

HSL color Cylindrical-coordinate representation of color #430162: hue angle of 280.82º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430162 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 1 98 -
CMYK 0.32 0.99 0 0.62
HSL 280.82º 0.98% 0.19% -
HSV(B) 280.82º 0.99% 0.38% -
XYZ 4.53 2.1 11.72 -
YUV 31.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 67 1 98 0.32 0.99 0 0.62 280.82 0.98 0.19
Hex 43 1 62 20 63 0 3E 119 62 13
Octal 103 1 142 40 143 0 76 431 142 23
Binary 1000011 1 1100010 100000 1100011 0 111110 100011001 1100010 10011

Color Harmonies of #430162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430162

Black with #430162

Text Example


Text Example

White with #430162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430162; }

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

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

background-color css

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

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

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

border-color css

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

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

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