Html Css Color HEX #430192 Indigo

📋 copy color: '#430192'

red 67 ◦ green 1 ◦ blue 146

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

Shades of Indigo #430192

Tints of Indigo #430192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 31.31%
G = 0.47%
B = 68.22%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#430192 (or 0x430192) is known color: Indigo. HEX triplet: 43, 01 and 92. RGB value is (67,1,146). Sum of RGB (Red+Green+Blue) = 67+1+146=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #430192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430192 is #BCFE6D. Grayscale: #242424. Windows color (decimal): -12385902 or 9568579. OLE color: 9568579.

HSL color Cylindrical-coordinate representation of color #430192: hue angle of 267.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430192 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 1 146 -
CMYK 0.54 0.99 0 0.43
HSL 267.31º 0.99% 0.29% -
HSV(B) 267.31º 0.99% 0.57% -
XYZ 7.51 3.29 27.43 -
YUV 37.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 67 1 146 0.54 0.99 0 0.43 267.31 0.99 0.29
Hex 43 1 92 36 63 0 2B 10B 63 1D
Octal 103 1 222 66 143 0 53 413 143 35
Binary 1000011 1 10010010 110110 1100011 0 101011 100001011 1100011 11101

Color Harmonies of #430192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430192

Black with #430192

Text Example


Text Example

White with #430192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430192; }

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

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

background-color css

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

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

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

border-color css

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

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

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